/* IE-specific styling This is not CSS so it never pretends to be and is not sent as such About the expression, see: - http://www.svendtofte.com/code/max_width_in_ie/ - http://www.gunlaug.no/contents/wd_additions_14.html */ body { background-color:#fff; width:expression( (document.documentElement.offsetWidth) > (620/12) * parseInt(document.body.currentStyle.fontSize)? "40em" : "auto"); } /* Make it visible that this file is being used */ #content { background-image:url(images/ie48.png); background-position:top right; background-repeat:no-repeat; }