Quantcast
Channel: How to write conditional comment for non IE browsers? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by John Parker for How to write conditional comment for non IE browsers?

There's a pretty good resource for such things at: http://www.javascriptkit.com/javatutors/conditionalcompile.shtml This in conjunction with the @_jscript_version variable should help you achieve the...

View Article



Answer by NickFitz for How to write conditional comment for non IE browsers?

Your question would be better phrased as "Using conditional comments to exclude content from IE browsers" ;-) Although CCs are most often used to provide additional content for IE, there is a variant...

View Article

Answer by Jørn Schou-Rode for How to write conditional comment for non IE...

From the Wikipedia article on conditional comments (modified to fit your version requirements): <!--[if gt IE 7]><!--> <p>This code displays on non-IE browsers and on IE 8 or...

View Article

How to write conditional comment for non IE browsers?

I don't want to use a couple of javascript plugins for IE 6/7. But I want to use them for all other browsers. How can I do it? Is there any way I can do it?

View Article
Browsing all 4 articles
Browse latest View live




Latest Images