max-width: 1200px; this does not work in IE. Any possibility or trick how to set max-width in IE? for DIV tag. i see that on digg.com somehow it works. how? i try the same and does not work.
Internet Explorer does not support max-width. To set max-width in IE, you must use IE's proprietary code. I recommend you place this within an IE conditional comment. As from Perishable Press: Where expression() allows you to calculate/restrict the width.