|
|
How can I add a separator to the expanding navigation bar using the dynamic functions?
Return to Recent Questions
Q:
How can I add a separator to the expanding navigation bar using the dynamic functions?
It seems as though the only way to get a separator into the menu is by defining it
before hand, but the website I'm building will require me to reload the
menus dinamically, and I'm losing the ability to put separators on it.
A:
You should add items using the following function:
function dm_ext_addItem (menuInd, submenuInd, iParams)
or
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
Find more info:
http://deluxe-menu.com/functions-info.html
Set the following parameter:
var dm_writeAll=1;
So, you should write:
dm_ext_addItem(0, 4, ["|-", "", "", "", "", "", "", ])
Return to Recent Questions
Related:
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 28, 2006 - Do I need any additional loaded software using the javascript select menu?
- Nov 30, 2006 - How to select the font and backcolors in java menubar using the hexidecimal number?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 06, 2006 - Is using search engine friendly code the same as using normal html menu bar for spiders?
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- March 03, 2007 - Do you have a menu that allows the sub-items to 'slide' out from the menu em html?
- April 12, 2007 - How can I add the separator to the submenus of my javascript dynamic menu?
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- May 23, 2007 - How can I add separators in the javascript dhtml menu only a few pixels high?
- July 05, 2007 - We would like to add javascript pop menu by using deluxe menu for our images.
|