how to add more padding to right and left of menu item?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
barbara_x
Beginner
Beginner
Posts: 3
Joined: Fri Jul 28, 2006 5:54 am

how to add more padding to right and left of menu item?

Post by barbara_x »

Hi
I have a lot of menu items with a lot of text. They look run together.

I need to add more padding to right and left of each menu item, but not to top and bottom.

Let's say I need 8px to right and left, and 2px to top and bottom.

the style padding seems to only accept one number, e.g. padding=3.

Is there some other way to create a larger separation between menu items?

I tried the separator styles, but haven't yet hit on the right combo.

Thanks for any help.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hello,

There is a parameter called rawcss. You would use that to add css styled padding.

Code: Select all

rawcss="padding:2 8 2 8"; 
You'd probably want to remove the padding= parameter, or // it out.

There are some links below my name to various menu parameters, those for style, for menu, and for items.

Ruth
Post Reply