Log in

View Full Version : Fieldset Help needed!!


xug
09-26-2004, 02:01 AM
When you look at the box created by the fieldset option you see there is a space on the left side of the title text.

When I go into CSS and add 'padding: 4px;' to the 'legend class' it will create that space on both sides of the text, but still the space is uneven.

How can I make it so that the space will be even on both sides where I would like to see the same space on the right side as on the left side as with the standard 'legend class'

Can somebody help me with this cosmetic bug ?

xug
09-27-2004, 01:20 AM
Any help is highly appreciated!!!!

58sniper
09-27-2004, 02:48 AM
padding-left: 4px;

xug
10-06-2004, 09:16 PM
Ok, I see..

What I wanted I can create with:

padding-right: 6px;

Thanks for bringing me into the right direction, it looks way better now.