IE Hack in SFX
Posted by
HackerOfMinds
on Sat, 04/22/2006 - 16:10SFX Design Issues
Just found this in an SFx page's source:
<!--[if lte IE 6]><style type="text/css" media="screen">
/* IE min-width trick */
div#wrapper1 {
width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 720 ? "720px" : "auto");
}
</style>
<![endif]-->
Aren't we supposed to stop coding for a particular browser and just code according to web standards??
Comments Please.








