Recent Questions
Q: Does this cross browser menu support only english menus or I can make an english and russian menus as well with deluxe menu multiple license?
A: Actually you can use any language in the cross browser menu.
Check that you've set "Tools/Use utf8 encode" in Deluxe Tuner.
Q: Option to make the background in a pop up dhtml item fully transparent so that the page below it is fully visible. Is this possible now?
A: Yes, it is possible now.
You can set the following pop up dhtml parameter:
var menuBackColor="transparent";
Q: A few of my users have reported issues with the menu like the one below. Where the drop down menu is just a white box with a little scroll bar in it. Can you please let me know how I might correct it or what is wrong? We are using version 2.4.
A: I've just checked your website. It works fine.
You can have such effect when the page entirely was not loaded yet. So, images were not loaded yet.
If you don't want to have such effect you can try not to use back images for the submenus.
Q: Is using this method this method (generate engine friendly code) the same as using normal html menus as far as spiders are concerned?
A: Yes, it is.
You will have such code:
<!-- Code for Deluxe Menu Items. Generated by Deluxe Tuner -->
<div id="dmlinks" style="font:normal 11px Trebuchet MS, Tahoma;color:#000000;text-decoration:none">
<a id="dmI0" href="testlink.html">Home</a>
<a id="dmI2" href="testlink.html">Features</a>
<a id="dmI4" href="testlink.html">Description of Files</a>
<a id="dmI5" href="testlink.html">How To Setup</a>
...