Recent Questions
Q: I have in my script the following entry
<script type="text/javascript" language="JavaScript1.2" src="resources/deluxe-menue/dmenu.js"></script>
<noscript><a href=http://deluxe-menu.com/>(c)2008 Javascript Menu by Deluxe-Menu.com</a></noscript>
but I get the notice "Incorrect Copyright" in my double drop down menu. What did I make wrong?
A: You should write NOSCRIPT tag in the following way:
<noscript><a href="http://deluxe-menu.com">(c)2008 double drop down menu by Deluxe-Menu.com</a></noscript>
Make sure that you're using last version of Deluxe Menu.
You can download last version of Deluxe Menu from the same link inyour license message.
Q: Your frameset FAQ/examples seem to tackle scenarios where submenus open in frame 2. I'm interested in in the actual menu selection opening in frame 2 (menus being in frame 1). Is there some documentation I've missed?
A: All info about installation of the menu in the cross-frame mode youcan find here:
http://deluxe-menu.com/cross-frame-mode-sample.html
Q: Is it possible to enter text in the java source code 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.
Q: Can your dhtml drop down menus work in conjunction with a scroll wheel?
A: You cannot scroll submenus using scroll wheel when you set
var smSmartScroll=1;
To scroll your submenu you should move your mouse.
But you can use scroll wheel when you set
var smSmartScroll=0;