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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -