On Jul 12, 2009, at 6:29 AM, David Laakso wrote:

> Alan Gresley wrote:
>>> ...
>>>> 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?
>>> ...
>>
>> 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, it is present, as well, in:
>
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.20)
> Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)

That is hardly surprising. All those browsers (Camino 1.6.x, SeaMonkey  
1.x, Firefox 2.x) share the same rendering engine: Gecko 1.8.1.  
Mozilla 1.7 uses an older version of Gecko.


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
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