Conditional comments only work for IE, but it can be used for deciding whether the browser is IE or not, and include browser specific style sheets.
<!--[if IE]> do something for IE <![endif]--> <!--[if !IE]>--> do something for other browsers <!--<![endif]-->
Reference: http://www.quirksmode.org/css/condcom.html
No comments:
Post a Comment