On Oct 9, 2006, at 9:03 PM, Suzanne Goodwin wrote:

> Hi, can someone please help me figure out how to get rid of this big
> vertical gap from the <legend> down to the first <div class="row"> in
> my form on Safari?
>
> http://www.outlooksoft.com/kc-about_us/contact_us.htm

Works correctly with WebKit nightly builds, but fails indeed with  
Safari 2.0.
I guess this is causing the problems:
> form.registration input {
>       display: inline;
>       float: left;
>       margin: 5px 0;
>       padding: 2px;
>       text-align: left;
> }

It also affects the inputs of type hidden.
you could add
input[type="hidden"] {float:none; margin:0; padding:0; display:inline;}

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to