|
|
|
The separator image doesn't show in menus java script
Return to Recent Questions
Q:
I have tried to insert a separator in a menus java script and set the
image path but the separator image doesn't show.
Is there anything else I need to do?
A:
You should set a separator in the menuItems, for example:
var menuItems = [
["Home","index.cfm", , , , , , , , ],
["-"],
["About Us","about.cfm", , , , , , , , ],
];
Please, see the following parameters:
//------- Separators -------
//--- Separators
var separatorImage="";
var separatorWidth="5";
var separatorHeight="100%";
var separatorAlignment="right";
var separatorVImage="images/public/separator.gif";
var separatorVWidth="3";
var separatorVHeight="100%";
var separatorPadding="";
Try that.
Return to Recent Questions
Related:
- Apr 12, 2009 - For some reason my item separator image won't show in expandable menu tree...
- May 18, 2009 - When I upgraded the browser to IE 7, the dhtml menu bar doesn't show any more.
- Jun 23, 2009 - I cannot get the separator images to appear in the menu html.
- Sep 28, 2009 - The css vertical menu doesn't show the drop down sub items.
- Nov 25, 2009 - The javascript menu scroll doesn't show the sub items at all.
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR html context menu???
- Jan 08, 2010 - ..bitebackimage is not showing in the menus pop up tabs samples
- Feb 15, 2010 - The javascript menu select doesn't show the drop down sub items.
- April 5, 2010 - When the javascript mouse position is inside the <DIV> tag, it is shown, but doesn't scroll
|