- Image arrows - Top items and submenus have a shadow - Status string shows item labels - Text aligned to left - Relative/Absolute menu position - Items with icons - Transition #14 - "fade out" effect - 85% transparency for sub menus
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.
Q: Also I wanted the sub menus stack up and I could not find in Deluxe Turner Demo HTML version how to make the submenu in the simple drop-down menu stack up instead of rendering horizontal.
A: You should use the following parameter:
var smOrientation=0; //vertical var smOrientation=1; //horizontal
Q: When we use dhtml menus on our pages it appears behind Flash objects.
A:You should add "opaque" parameter for <object> and <embed> tags.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I want you to start modifying on your menu items in menu.js to get the caption from prestext. If you look at the bottom of commonfooter.html, you will see code like