>>>> http://cmasters.townnews.com/entertainment/

>> Is there any way to make my columns line up in IE quirks mode the 
>> same as they are lining up in Firefox? What is IE quirks mode 
>> calculating differently in the box model other than padding?

>Your layout is "pixel-tight" without a single pixel to spare in width.
>IE in quirks mode also puts any borders on the inside of declared width
>instead of adding them to the width. This makes those column-floats run
>out of space (inside the bordered "page") a bit earlier in IE.

>Try adding...

>#tnent_rightadvertising {margin-right: -3px;}

That worked great Georg! I actually was able to get it to work with just 5
px margin now that I know how the math works.

Thanks again! Note to self: Avoid "pixel-tight" layouts. =)

Christine




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to