On Mon, Mar 31, 2008 at 6:30 PM, Blake <[EMAIL PROTECTED]> wrote:

> Hi List,
>
> I'm currently having a problem in IE with a fieldset that has some
> whacky behavior as far as spacing is concerned. You can find a picture
> of the bug here:
>
> http://img380.imageshack.us/my.php?image=fieldsetbugfh1.gif
>
> The relevent HTML and CSS is:
>
> <li>
>        <label for="name">First Name</label>
>        <input id="name" name="name" type="text" />
> </li>
> <li>
>        <fieldset class="radio">
>                <legend>
>                        <span>Preferred Contact</span>
>                </legend>


Have you tried removing all of the whitespace for this line?  Try putting
the fieldset, legend, and span elements all on the same line in your source
and see if the gap is still there.

Regards,
Dana
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to