|
|
|
I am unable to see any separators when working with menu dynamique vertical...
Return to Recent Questions
Q:
I am unable to see any separators when working with your menu dynamique vertical.
There are no templates with separators. Thanks!
A:
See the following menu dynamique vertical 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, 2007 - Is there any way to keep a javascript expand lit up when going to another page?
- March 19, 2007 - How to get the down menus in javascript to highlight and stay on the page you're viewing?
- March 19, 2007 - I need that the dhtml menu scripts loads pages into an iFrame.
- March 21, 2007 - I am trying to get my submenu to be all black in my web page menu...
- March 21, 2007 - How can we increase the width of the vista style buttons of tab menu css?
- March 24, 2007 - In javascript xml menu creator there's no option for turning the cursor into a hand.
- March 26, 2007 - After click the links the html dropdown menus stops showing up in cross-frame mode...
- March 27, 2007 - I can't validate my pages with W3C or WDG validators using dynamic menu html...
- March 28, 2007 - Is it necessary to add dmWorkPath parameter in the dhtml javascript menu?
- March 30, 2007 - Is there a way to optimize the vertical navigation menu to reduce the loading time for submenus?
- March 30, 2007 - I'm having a difficult time trying to integrate your select javascript into frame system...
|