Float is doubled in IE 6

solaris's picture

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?

r00tk1ll's picture

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.