|
|
|
The separator image doesn't show in menu with html
Return to Recent Questions
Q:
I have tried to insert a separator in a menu with html 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 image rollover menu...
- May 18, 2009 - When I upgraded the browser to IE 7, the menus in javascript doesn't show any more.
- Jun 23, 2009 - I cannot get the separator images to appear in the javascript drop down menu.
- Sep 28, 2009 - The menu dinamico html doesn't show the drop down sub items.
- Nov 25, 2009 - The vertical flyout menu v doesn't show the sub items at all.
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR javascript collapse menu???
- Jan 08, 2010 - ..bitebackimage is not showing in the css menu ul tabs samples
- Feb 15, 2010 - The html drop down menu doesn't show the drop down sub items.
- April 5, 2010 - When the css cascading menu is inside the <DIV> tag, it is shown, but doesn't scroll
|