html - IE conditional comments -
html - IE conditional comments -
why line doesn't work?
<!--[if !ie]>--><link rel="stylesheet" runat="server" href="styles/ie.css" /><!--<![endif]--> is not supported in newer version of ie?
please assist, thanks.
<!--[if ie]> <![endif]-->
http://www.quirksmode.org/css/condcom.html
you have opening , closing wrong. sorry brief answer, i'm on mobile phone.
html conditional-comments
Comments
Post a Comment