My Blog Title Here

July 31, 2008

I’m having a little problem with the state saving in dropdown menu in html.

Filed under: Uncategorized — admin @ 10:00 pm

Q:

I’m testing the trial version and I’m having a little problem with the state saving.
Everytime it navigates to another page, it does not save the
state, even with var tsaveState=1;
In fact, it actually opens up a different dropdown menu in html other than the one I originally clicked.

A:

See, if you open pages (with menus) from different folder it
means that you open different menus. So, when you change a state, for
example, of the first menu within “newzap/” folder and then open
another page with the menu within “newzap/learn/”, browsers looks for another
cookie file and can’t find it and the second dropdown menu in html stays in a default
state.

Try to set different
var tsavePrefix=”menu1″;
var tsavePrefix=”menu2″;
var tsavePrefix=”menu3″;
for different menus.
That should work.

I wonder how I can reduce the width of the html list menu?

Filed under: Uncategorized — admin @ 6:50 pm

Q:

I am working on creating a new html list menu with Tree menu.
I wonder how I can reduce the width of the menu?

A:

You should set this parameter
var tmenuWidth = “275px”;

Try to set also the following parameters:
var tlevelDX = 0;
var tnoWrap=0;

simple drop down menu is not displayed in IE 7 when integrated in our application, in Mozilla it is displayed without transitional effects.

Filed under: Uncategorized — admin @ 12:05 pm

Q:

I have used for your software for Menu creation(Trial version).
We integrated it in our appliaction running good on IE 6. It has some whitespaces also.
simple drop down menu is not displayed in IE 7 when integrated in our application.
When we call your html directly in IE 7 then it displays.

In Mozilla ,menu is displayed but without transitional Effects.

I am interest buy your software. If we are assured that above
issues will be fixed in licensed version.

A:

> simple drop down menu is not displayed in IE 7 when integrated in our application.
Try to set exact width for the menu, for example:
var menuWidth=”300px”;

> In Mozilla, simple drop down menu is displayed but without transitional Effects.
Filters and transitional effects are features of Internet Explorer
5.5+ only.

See more info here:
http://www.deluxe-menu.com/filters-and-effects-sample.html

When ordering this vertical css menu license there would be a field where I can fill out the website’s name where I can use it.

Filed under: Uncategorized — admin @ 8:55 am

Q:

I want to order a single website license for the deluxe tabs application.
It says when ordering this vertical css menu license there would be a field where
I can fill out the website’s name where I can use it. I can’t find
this field though on the ordering form.

A:

You should write domain name you want to register in the “Additional
information” field, for example:

Additional information: domain.com

If you will not find this field write us after the purchase and we’ll
send you reg. key for your domain name.

I am getting a Javascript error, when accessing any of the menu on web.

Filed under: Uncategorized — admin @ 5:45 am

Q:

I am using your product for a website. It seems that I am
getting a Javascript error, particularly when accessing any of the
dropdown menus. The details of this error message reference either
“line 1″ or “line 8″.
Char= …
Error= Object expected
Code=0
URL= (whatever page that I am on).

Please let me know what the issue is asap as my client is anxious
to go live with this and needs to be resolved!!!!!

A:

You should check your dmWorkPath parameter. You should write it
correctly.
You should also check that you copy all dmenu_xx.js files in the same
folder with dmenu.js file.

Please, set also the following menu on web parameter:
var itemBorderWidth=”0″;

This parameter cannot be empty.

When the vertical css menu is viewed in IE7 everything is fine but when I view it in opera or firefox browsers the menu bar is off the screen.

Filed under: Uncategorized — admin @ 2:30 am

Q:

We are interested in using your vertical css menu for our site but we do have a
question.

When the vertical css menu viewed in IE7 everything is fine but when I view it in opera or
firefox browsers the menu bar is off the screen. Have I missed something in
the script to position this in the center whin the table it belongs in?

<table border="0" align="center" cellpadding="0" cellspacing="0"
summary="Quaker Meadows Menu">
<tr>
<td>
<script type="text/javascript" src="data.js"></script>
</td>
</tr>
</table> is off the screen. Have I missed something in
the script to position this in the center whin the table it belongs in?

<table border="0" align="center" cellpadding="0" cellspacing="0"

A:

Try to set exact width for the vertical css menu in “px”. It helps to position the
menu correctly in all browsers.

var menuWidth=”500px”;

July 30, 2008

In Firefox the sub menus do not appear at all in the using drop down menus

Filed under: Uncategorized — admin @ 11:15 pm

Q:

I have set up the using drop down menus at this site. I have chosen to use the
transitional filter from IE6. The main menus and sub menus work fine in
IE but in Firefox the sub menus do not appear at all. Is their a fix for
this. I realize that firefox does not support IE transitions but I
thought the sub menus would appear when the main item is clicked on.
that hs not happened. Go to above URL and vie in both IE and Firefox and
you will see what I mean.

A:

You couldn’t see submenus in FF because you had

var transparency=”";

You should set your parameters in the following way:

var transparency=”100″;
var itemBackColor=["#072450",""];

How to include the search box? With navigation website there is not the option…

Filed under: Uncategorized — admin @ 7:55 pm

Q:

How to include the search box? With navigation website there is not the option…

A:

Use the following javascript menu parameter to enable/disable the “search support” for the Deluxe menu:

var dmSearch=2;

0-nosearch; 1-ordinary search (within one level of submenus only); 2-recursive (within the whole menu).

Set item’s link to “search:”, for example:

["","search:value='search...' style='border:1px;width:60px;height:14;font-size:10px;'", "", ],

Is it possible to enter text in the javascript for menu that won’t display as a link?

Filed under: Uncategorized — admin @ 4:40 pm

Q:

Is it possible to enter text in the javascript for menu that won’t display as a link?

A:

If you don’t want to use items as links you can disable these items.
To disable item you should set target parameter to “_”.

You can do it in “Item Parameters” window.

Will the slide down menu changing the node image on the fly in real time?

Filed under: Uncategorized — admin @ 10:05 am

Q:

Will the slide down menu api changing the node image on the fly in real time?

A:

Yes, API functions will change the node image on the fly.

Newer Posts »

Powered by WordPress