Float is doubled in IE 6
Submitted by solaris on Mon, 05/12/2008 - 00:17.
Im constructing a webpage that looks fine in firefox but when I look at it in IE6 the floats are all jumbled up? Is this a bug?
- Login or register to post comments
- Printer-friendly version
- 113 reads







There is a bug in IE 6 that
There is a bug in IE 6 that screws floats all up, what you need to do is in your floats specify:
display: inline;
in your CSS file, that should solve it.