How can we add a css horizontal dropdown menu separator using javascript API functions?
Return to Recent Questions
Q:
How can we add a css horizontal dropdown menu separator? I�ve tried the
following code but it only adds a menu item with the text �|-� which
is unselectable.
dm_ext_addItem(0, 1, ["|-"])
A:
You should add separator without "|" symbol:
dm_ext_addItem(0, 1, ["-"], 1);
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 16, 2006 - I need the sub menu of the drop menu to be vertical instead of horizontal
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 20, 2006 - I've tried to add the pathPrefix_img but I'm still having trouble with images in jump menu.
|