|
|
|
I am unable to see any separators when working with web site menu...
Return to Recent Questions
Q:
I am unable to see any separators when working with your web site menu.
There are no templates with separators. Thanks!
A:
See the following web site menu 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="";
You should set a separator in the menuItems, for example:
var menuItems = [
["Home","index.cfm", , , , , , , , ],
["-"],
["About Us","about.cfm", , , , , , , , ],
];
Try that.
Return to Recent Questions
Related:
- March 16, 2009 - Is there any way to keep a vertical dhtml menu lit up when going to another page?
- March 19, 2009 - How to get the html drop down menus to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the cascade menu javascript loads pages into an iFrame.
- March 21, 2009 - I am trying to get my submenu to be all black in my right click popup menu...
- March 21, 2009 - How can we increase the width of the vista style buttons of javascript disable button?
- March 24, 2009 - In javascript onmouseover creator there's no option for turning the cursor into a hand.
- March 26, 2009 - After click the links the html form drop down menu stops showing up in cross-frame mode...
- March 27, 2009 - I can't validate my pages with W3C or WDG validators using click popup menu...
- March 28, 2009 - Is it necessary to add dmWorkPath parameter in the script drop down menu?
- March 30, 2009 - Is there a way to optimize the menu vertical javascript to reduce the loading time for submenus?
- March 30, 2009 - I'm having a difficult time trying to integrate your dynamic menu into frame system...
|