- Submenus dropdown on mouseover - Keyboard navigation - press Ctrl+F2 to enter the top menu - Inactive/Disabled items - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Status string shows item labels - 85% transparency for sub menus - Special JavaScript API for changing javascript menu "on-the-fly" - Relative/Absolute menu position
Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!
Q: No matter where I paste the script in the html for the drop down menu I created, it shows up at the top left corner of the page.
I would like it to go below the blue banner at the top of the page. Please advise as to what I am doing wrong.
A: Now you're using absolute position for the menu:
var absolutePos=1; var posX="10px"; var posY="10px";
Try to use relative position
var absolutePos=0; var posX="10px"; var posY="10px";
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I am currently using deluxe menu to generate a mouseover dropdown menu for my charity website - although it works fantastic in internet explorer it doesnt seem to work correctly in firefox, the mouseover dropdown menu looks flat and the special fade in effect doesnt work. Please can you advise on what I am doing wrong.
A: Filters and transitional effects are features of Internet Explorer5.5+ only.