Alan Gresley wrote:
> MEM wrote:
>   
>>>> Give the form an explicit width. It doesn't need to be hidden from
>>>> other browsers.
>>>>         
>>  
>>     
>>> e.g.  #form_login { width: 11.75em; }
>>>       
>> I was doing clear:left; both; overflows, comment those lines, put them back.
>> I was thinking about some lines on my css that should start with moz- ... 
>> And here it is, a simple brilliant "Give a width".
>>
>> So, what just happen? Why this fix it? Is it because if we do not define it,
>> form assumes the width of the container, hence, when we clear float we clear
>> more than we should?
>>     
>
> [...]
>  > Thanks,
>  > Márcio
>
> Hello Marcio,
>
> Yes you need a width given since FF2- I presume doesn't like this CSS.
>
> body {
>    text-align: center;
> }
>
> #float-right {
>    float:right;
> }
>
>
> #bt_login {
>    float:right;
>    clear:both;
> }
>
>
> Only could check this in Mozilla 1.7 (My FF is under repairs). Test case.
>
> <http://css-class.com/test/bugs/ff/1-2/form-text-align-clear.htm>
>
> Is this the bug present in FF2 or SeaMonkey? Anyone?
>   




Yes. Mac 10.4/Win XP  latest version SeaMonkey and Camino. (And IE 6/7 
on your test page). I do not have  FF2x.

A width was suggested to the OP weeks ago. The issue then was in Safari 
(and FF2x, SeaMonkey, and Camino). I assume he did not add the width at 
that time. Or, he added it, and then had some reason for removing it.







>
>
>
>   

______________________________________________________________________
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