Yeah, thanks for that. I have read about the display:inline and other specific browser properties and have a few of them in use with the separate IE CSS.
Quote:
|
IE6 and below have a nasty bug with margins on floats - it's called the doubled-float margin bug and it happens when you apply a margin that goes in the same direction as the float as in - float:left with left margin and float:right with right margin - IE6 and below will DOUBLE whatever number you have in there for the margin.
|
I should have explained a bit better. The sidebar_float div is set to float left, and the main_content div is to the right of that (but not floating), so I set a fixed with of 670px (I think) and set a left margin of something like 150px.
Any chance of a few opinions on the site? 
|