danagle / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Floated elements move to the top #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Floating to the left and to the right and clearing some divs  (example
attached) 

What is the expected output? What do you see instead?
In my example,Div dNoticiaHome should stay next to div DEventosweb but goes
to the top.
http://www.w3.org/TR/CSS21/visuren.html#floats
2- #  If the current box is left-floating, and there are any left-floating
boxes generated by elements earlier in the source document, then for each
such earlier box, either the left outer edge of the current box must be to
the right of the right outer edge of the earlier box, or its top must be
lower than the bottom of the earlier box. Analogous rules hold for
right-floating boxes. 

What version of the product are you using? On what operating system?
Using ://ie7-js.googlecode.com/svn/trunk/lib/IE8.js
internet explorer 6
windows xp sp1

Thank you Dean!

Original issue reported on code.google.com by patx...@gmail.com on 30 Jan 2008 at 11:00

Attachments:

GoogleCodeExporter commented 8 years ago
http://www.w3.org/TR/CSS21/visuren.html#floats
5 #  The outer top of a floating box may not be higher than the outer top of any
block or floated box generated by an element earlier in the source document. 

Original comment by patx...@gmail.com on 30 Jan 2008 at 11:03

GoogleCodeExporter commented 8 years ago
IE7.js does not fix every MSIE bug. I wasn't even aware of this one. I will 
mark this
as an enhancement.

Original comment by dean.edw...@gmail.com on 30 Jan 2008 at 8:04