I found one other post regarding padding and the submenu image. I want to be able to padd the top and bottom of the submenu image but not the right and left.
I am trying to upgrade a menu from version 3 to the new, and am almost finished (making it look like it did before that is).
Problem with the placement of the submenu image: On the old menu it was aligned to the far right, in the middle.
On the new menu it aligns to the top of the menu item, unless I pad it.
Playing with the padding setting works fine: the arrow moves to the middle. But the problem with this is that it also moves away from the right edge of the menu.
Here is a link to the original menu:
http://www.swim.bc.ca/
Here is a link to the upgrade:
http://www.swim.bc.ca/test/menu/menu.htm
Thanks for any help.
padding for images
padding for images
It it was a snake it woulda bit me.
Helped myself
I fiddled with the padding property and made it work. Thanks for looking at it.
It it was a snake it woulda bit me.
Image padding
What I had set in the main style originally:
subimagepadding=7;
What worked better:
subimagepadding="7 0";
Like most things computer related, simple once I figured it out.
Thanks again. Love the menu.
subimagepadding=7;
What worked better:
subimagepadding="7 0";
Like most things computer related, simple once I figured it out.
Thanks again. Love the menu.
It it was a snake it woulda bit me.