Recent Questions
Q: I would like insert a menu in a asp webpage, but in this case the accents in the labels are not displayed.
Any idea about that?
A: You can insert any html code within menuItems, for example:
var menuItems = [
["É","testlink.html", "", "", "", "", "", "", "", ],
Q: Now I experiences a problem with the Danish letters in my java menu scripts! I have changed the letters in the scriptfile - but this does not work Have we a problem with Danish letters like: ø, å, æ?
A: Please, check that you've set "Tools/Use utf8 encode".
Notice that you should have UTF8 charset on your page too:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
You can also use another charset on your html page and open your data file in text editor, enter thissymbols and save data file in the way you save your html page.
Notice that you should turn off "Tools/Use utf8 encode" setting inorder to open your data file correctly in Deluxe Tuner.
Q: I have the trial of deluxe menu. We are in the process of purchasing it.
I just noticed that the div drop down menu are not going in front of a flash element that is on the page.
I have set the "opaque" value as per your faq.
Any other things I should check to get the div drop down menu to be in front of the flash element?
A: You should add the following function in the beginning of your data file
function dm_ext_ruleObjectHide()
{
return false;
}
See more info here:
http://deluxe-menu.com/objects-overlapping-sample.html
Q: I use Deluxe-Menu on my website and the nag message "Incorrect Copyright" appears in MS-Explorer V6 (not in Firefox though). How can I fix that?
A: Now you have:
<noscript>
<a href=http://deluxe-menu.com/><br><p>Javascript Menu by Deluxe-Menu.com</a></noscript>
You should write NOSCRIPT tag in the single line:
<noscript><a href=http://deluxe-menu.com/><p>Javascript Menu by Deluxe-Menu.com</a></p></noscript>