Hi,
been the whole day I try something very basic ...

I have two input fields :

#login_field_user {
    background-color: blue;
    margin-bottom:3px;
}
#login_field_pwd {
    background-color:green;
    margin-bottom:3px;
}

inside a div :

#login_fields {
    float:right;
    margin-right:8px;
    background-color:red;
}

Actually I try to get this :

3px
login text field (14px)
3px
password text field (14px)
3px


But I just can't achieve this.

Here is the site :
http://matthew16.free.fr/portfolio/

I can notice in Mozilla that the

I can notice that
#login_fields is not taking a
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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