menu drop down by Deluxe-Menu.com

DHTML Faq » I’m looking to make a space between java popup menu buttons.

I’m looking to make a space between java popup menu buttons.

Filed under: Recent Posts — Tags: , , , — admin @ September 23, 2008 at 12:35 am

Q:

I’m a registered user. I’m looking to make a space between java popup menu buttons, I
checked the FAQ which suggested using ["-"], between items but it didn’t
work. It deleted the java popup menu items below it. I’m looking to put a space between

["||All Images","gallery_all.html", , , , "_self", , , , ],
and
["||Pricing & Ordering Info","gallery_pricing.html", , , , "_self", , , , ],

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 java popup 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", , , , ],

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment