|
|
|
The separator image doesn't show in pop up menus
Return to Recent Questions
Q:
I have tried to insert a separator in a pop up menus 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 dynamic pull down menu...
- May 18, 2009 - When I upgraded the browser to IE 7, the menu horizontal javascript doesn't show any more.
- Jun 23, 2009 - I cannot get the separator images to appear in the java script drop down menu.
- Sep 28, 2009 - The menus popup doesn't show the drop down sub items.
- Nov 25, 2009 - The tree menu css doesn't show the sub items at all.
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR simple css menu???
- Jan 08, 2010 - ..bitebackimage is not showing in the javascript for menu tabs samples
- Feb 15, 2010 - The pop up menu script doesn't show the drop down sub items.
- April 5, 2010 - When the web page drop down menu is inside the <DIV> tag, it is shown, but doesn't scroll
|