|
|
How to get the grey separator gif to show up in the navigation bar scripts.
Return to Recent Questions
Q:
I can not figure out how to get the grey separator gif to show up in the navigation bar scripts. Where
in the DeluxeTuner do you select that?
A:
You should add separators between your items, use "Add separator" button on the main
widow of Deluxe Tuner.
var menuItems = [
["Item1","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item2","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item2","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item4","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item5","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item6","", "", "", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", "", "", ],
["Item7","", "", "", "", "", "", "", "", "", "", ],
];
var separatorVImage="separv1.gif";
var separatorVWidth="1px";
var separatorVHeight="21px";
Notice that I've used my on separator image, you should use your own image.
Return to Recent Questions
Related:
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
- Jan 23, 2007 - Can I keep a submenu shown even when my mouse pointer is NOT over dhtml menu bar
- Jan 25, 2007 - Is there a way to use smartscrolling function on the MAIN javascript sliding menu?
- Feb 16, 2007 - I get a window with an error message "dmObjectsCheck is undefined" in menu scripts
- March 28, 2007 - For some reason my item separator image will not show in javascript slide down menu
- May 03, 2007 - How to get the javascript menu bar to highlight and stay on the page you're viewing
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- July 18, 2007 - I'm getting error when my cursor passes over the toolbar of dropdown menu generator
- Oct 06, 2007 - If I try to write a line within ASP brachets ( <% %> ) the dhtml menu bar does not show up
|