MEM wrote:
>
> Ok. It worked but, the login button insists to stay on the float, and
> doesn't go down.
>
> The remain login position issue on: 
> http://www.cantinho.org/pt/cantinho-site/layout5_ups.html
>
>
>   


Validating the markup [1] and this change to the CSS holds as I believe 
you intend in IE 6/7/8 on a local file. Try it on your end.
    #form_login p
    {
float:left; <------- :: delete
text-align: left;<--:: add
    }

[1] 
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.cantinho.org%2Fpt%2Fcantinho-site%2Flayout5_ups.html>
reference:
[2] <http://www.satzansatz.de/cssd/onhavinglayout.html>
[3] <http://www.positioniseverything.net/>

   

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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