The second floating div in chrome clears down before first div.

Posted by Jesse on Stack Overflow See other posts from Stack Overflow or by Jesse
Published on 2009-06-18T14:39:55Z Indexed on 2010/05/05 10:08 UTC
Read the original article Hit count: 148

Filed under:
|
|
|
|

Two divs are next to eachother, both floating left within a wrapper. In IE and firefox they appear correctly, but in Chrome, the 2nd floating div clears down below Div A. When I remove "float:left" in the css, it goes to the correct position in Chrome, but clears down in IE and firefox (as it should). I dont know why it is appearing this way in Chrome. Any ideas?

© Stack Overflow or respective owner

Related posts about chrome

Related posts about div