I had create a website navigation bar ,in that I need to give separator. But its not working.
Return to Recent Questions
Q:
I had create a website navigation bar ,in that I need to give separator. But its not working.
Please advise.
A:
To add a separator you should
//--- Separators
var separatorImage=""; //for subitems (top items in vertical menu)
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="right";
var separatorVImage="separator.gif"; //for the top items (subitems items in vertical menu)
var separatorVWidth="100%";
var separatorVHeight="2px";
var separatorPadding="";
You can create separators using menuItems (you can do it in Deluxe
Tuner, use "Add separator" button), for example:
var menuItems = [
["item 1"],
["-"], // this item is separator
["item 2"],
];
Return to Recent Questions
Related:
- Oct 05, 2006 - Do you have a working sample of the loading bar with PHP/ MySQL?
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Jan 31, 2007 - I tried to create the html version of the rollover menus. It is still not working.
- Feb 10, 2007 - I do not want to change every page each time I need to change html vertical bar
- Feb 17, 2007 - How can I setup Font Size, color for individual level, button in the bar websites?
- Feb 27, 2007 - I am unable to see any separators when working with javascript drop menu
- March 28, 2007 - For some reason my item separator image will not show in javascript slide down menu
- April 15, 2007 - I cannot change the background javascript hide menubar color
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
|