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?
|
|
|
||||
|
|
|
|
||
|
|
What about setting display:inline-block and the width for both divs? EDIT: Setting a max-width of %50 for each one would work in all browsers except IE6, assuming there's no padding/margin set. |
|||
