> > 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? 
Or, otherwise, when we do not define a width the browser thinks "No width?"
"So you will not see it and, actually, neither do I", hence, when we think
we've float the navigation div we are actually floating the next available
(for the browser and us) element? 


Thanks,
Márcio

______________________________________________________________________
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