|
|
I cannot get a separator image I have specified in the Separators section to display for the navigation-bar-menu.
Return to Recent Questions
Q:
I have tried various different ways,I cannot get a separator image I have specified in the Separators section to display for the navigation-bar-menu. I have
verified that the image exists, but still nothing.
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:
["||All Images","gallery_all.html", , , , "_self", , , , ],
["||-"],
["||Pricing & Ordering Info","gallery_pricing.html", , , ,"_self", , , , ],
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 13, 2006 - Under the menu images there is a gray line that makes it look broken.
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 27, 2006 - I'm trying to get a cascading menu that will float as I scroll down the page.
- Nov 03, 2006 - Can-t get our favorite template to linkin the javascript cascade menu
- 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?
- Nov 12, 2006 - Is this menu bar code compatible under Linux?
- Nov 20, 2006 - I've tried to add the pathPrefix_img but I'm still having trouble with images in jump menu.
|