On 1/14/06, Manuel A. Carranza <[EMAIL PROTECTED]> wrote:
>
> In FireFox the submit button will not align to the left and in IE "First
> Name" will not align to the right, although the rest do and once again the
> submit button will not align to the left.  I am probably leaving something
> out.  Any help is appreciated!
> Thanks :)
>
> http://hailstorm.carranzam.com/


it seems you have a margin-left of 20px on inputs.  :)  deleting it fixed
firefox (and ie, which was moving it to the right as well).

#forms input {
    margin-left: 20px;
}

i don't know the solution for your "first name" being to the left, but ie's
putting large gaps between your menu items which i wouldn't have noticed if
not for the current page (setup) having no gap between it and "add
category".

i don't know why you specify labels to float left, and then 2 classes later
float them right, so you might want to look at that.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to