I have a page with three columns. Left and right are floated and the middle is centered with margin auto 0 and overflow hidden to make it fluid. I have been stumbling for hours and can not figure this out :/
I’ve even tried changing to several doctypes.
I’ve whittled down the page to this:
http://dl.dropbox.com/u/1407764/www/stackoverflow/margin-0/details.html
Any ideas????


******************** Edit *******************
This problem only happens when the browser is wider than 1300 pixels or so.
Update… IE7 works fine, IE8 does not… but if you click compatibility mode, it works!!????
I’ve downloaded your page and wrapped col2 into a
<div>with no max-width and left/right margins exceeding the widths of the respective floats. It worked in IE8 standards mode.