> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Alan K Baker
> Sent: Tuesday, August 12, 2008 6:10 PM
> To: css-d
> Subject: Re: [css-d] Forms
> 
> Hi Thierry.
> 
> I set a float on #form input but it makes no difference.

If it didn't make any difference it is because you're using #form instead of
form (your form has no ID).
Adding the rules below to your CSS file should fix everything:

form {
        overflow:hidden;
        zoom:1;
}

input {float:left;}

-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
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