CSS hack: Difference between revisions

Content deleted Content added
Line 43:
==== Criticisms of Hacks ====
 
Hiding code using hacks often leads to pages being incorrectly displayed when browsers are updated. Many Hacks that used to hide CSS from Internet Explorer 6 and lower will not work in Internet Explorer 7 due to Internet Explorer 7 improved support for CCSCSS standards. The Microsoft Internet Explorer development team have asked that people use conditional comments instead[http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx] of hacks.
 
== External links ==