Get the html from either of these sites, and paste it into a html file:
http://pastebin.ca/526690
http://paste.uni.cc/15957
Ignore the sloppy code - it's just to demonstrate the problem
Basically, in FF or IE7 it's fine. But in IE6, if a div tag has a HEIGHT property set, and the div tag falls in between two floating items, the div tag gains 4px left & right margin!
Strange, huh... Any smart ideas on getting round this? I've managed a bit of a bodge using conditional IE statements but it's not exactly ideal. Maybe a different approach is needed.
http://pastebin.ca/526690
http://paste.uni.cc/15957
Ignore the sloppy code - it's just to demonstrate the problem

Basically, in FF or IE7 it's fine. But in IE6, if a div tag has a HEIGHT property set, and the div tag falls in between two floating items, the div tag gains 4px left & right margin!
Strange, huh... Any smart ideas on getting round this? I've managed a bit of a bodge using conditional IE statements but it's not exactly ideal. Maybe a different approach is needed.
Last edited:

Which is what I've done, but I can't think of any smart way to fix it both next to the floats and away from the floats...