Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:59
how to add more padding to right and left of menu item?
Poster: barbara_x
Dated: Friday July 28 2006 - 19:06:39 BST
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.
Poster: Ruth
Dated: Friday July 28 2006 - 20:15:59 BST
Hello,
There is a parameter called rawcss. You would use that to add css styled padding.
Code:
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