My Blog Title Here

December 28, 2008

When I open it in IE list menu javascript works fine but in mozilla it shifts to right

Filed under: Uncategorized — Tags: , — admin @ 10:00 am

Q:

I have used list menu javascript on my site….when I open it in IE it works
fine but in mozilla it shifts to right…wht can i do so tht it will
be placed at same position in all browers

A:

You can try to set exact width in “px”:

var menuWidth=”500px”;

November 30, 2008

Does your menu and button support imbedded check boxes?

Filed under: Uncategorized — Tags: , — admin @ 7:50 pm

Q:

Does your menu and button support imbedded check boxes? I want to be
able to use menus to help users select options and want to have
those selections ’stick’ for the duration of their session. Do you
have any examples of this?

A:

Yes, you can insert any html code within menuItems, for example:

["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html"],
["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "", "", ""],
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>  <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
["|Write Us", "mailto:support@deluxe-menu.com", ""],

November 28, 2008

Can I say to menu and button “use wrapping”?

Filed under: Uncategorized — Tags: , — admin @ 5:50 am

Q:

I cannot figure out how to make the text break into two lines.

A:

You can use wrapping in menu and button.
Please, use <br> tag in your menuItems, for example:

“item<br>text”

October 12, 2008

Is there any way to get around the ActiveX control warning every time I load menu and button?

Filed under: Uncategorized — Tags: , — admin @ 9:30 am

Q:

Is there
any way to get around the ActiveX control warning every time I load
the website with the menu and button from the CD? I think Internet Explorer doesnt like the
menu system.

A:

You should adjust your browser settings.

Tools/Internet Options/Advanced Options/

and set
“Allow active content from CDs to run on My Computer”.

There is no way to enable these preferences automatically, in other
case there are no reasons to create security preferences.

October 1, 2008

The submenus open either upwards or downwards, depending on how many items are in the menu and button.

Filed under: Uncategorized — Tags: , — admin @ 9:55 am

Q:

I have a transparent menu and button located at the bottom of the page with
just one level of submenus. On larger screens, the submenus open
either upwards or downwards, depending on how many items are in the transparent menu and button.

Can I set the submenu’s to always open upwards?

A:

Try to set the following parameter:
var subMenuVAlign=”top”;

September 4, 2008

The list menu javascript works on our integration system but not on the production system.

Filed under: Uncategorized — Tags: , — admin @ 4:10 am

Q:

We are using the deluxe menu in one of our projects. The list menu javascript
works well on our integration system but not on our production
system.

The only difference is that the integration is running on Tomcat
Version 5.5.9 and the production (with the “broken” menu) on Tomcat
5.5.17.

But for me it looks more like a browser problem than a JSP problem.
Unfortunatley the Tomcat 5.5.17 is our production system so fast help is appreciated.

A:

Try to set the following list menu javascript parameter:

var dmObjectsCheck=1;

Make sure that you have dmenu_add.js file in the same folder with
dmenu.js file.

August 13, 2008

How can I keep the menu and button items from opening into a new window when selected?

Filed under: Uncategorized — Tags: , — admin @ 11:00 pm

Q:

How can I keep the menu and button items from opening into a new window when selected?

A:

You can set target parameter for all menu and button items:
var itemTarget=”_self”;

or for each item individually:
["Home","testlink.html", "", "", "", "_self", "", "", "", "", "", ],

Powered by WordPress