- Transition #14 - "fade out" effect - Filters and Transitional effects - 85% transparency for sub menus - Submenus dropdown on mouseover - Relative/Absolute menu position - Text aligned to left - Image arrows - Top items and submenus have a shadow
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see 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 automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
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: I have set up a menu that uses one 'data.js' file. However, on ONE page, the menu needs to have three additional items, with a different style. Is there a way to add the three items with a different style via javascript on that one page? I think I know how to handle the styles, but I'm unsure how to add the three new items without using two differerent 'data.js' files- which is how I have it set up for the time being. You may want to visit the site to see what I mean.
A: You can use dm_ext_addItem() function to add items.
Please, see how you should write this function: function dm_ext_addItem (menuInd, submenuInd, iParams)
You should upload dmenu_dyn.js file on your server.
In your data.js file you should add need Individual Item Styles.
Q: My site has three levels of a folder structure. Can I create a menu that will allow me to link in and out of folders? Or must I design three menu's with different link locations.
A: You can use one menu.
Use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/"; var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
May 4, 2007 ... http://dhtml-menu.com/tree-examples/tree-menuxp.html or can I add this menu into Joomla cms when I build a ... With both versions of SWMenu
Sep 11, 2009 ... first let me start from menu noix, from tutorial there is writting that ... if i want to add other menu (swmenu, or mainmenu) not menu_noix,
May 4, 2007 ... http://dhtml-menu.com/tree-examples/tree-menuxp.html or can I add this menu into Joomla cms when I build a ... With both versions of SWMenu
May 4, 2007 ... http://dhtml-menu.com/tree-examples/tree-menuxp.html or can I add this menu into Joomla cms when I build a ... With both versions of SWMenu
Sep 11, 2009 ... first let me start from menu noix, from tutorial there is writting that ... if i want to add other menu (swmenu, or mainmenu) not menu_noix,
Sep 11, 2009 ... first let me start from menu noix, from tutorial there is writting that ... if i want to add other menu (swmenu, or mainmenu) not menu_noix,