I want to apply javascript and CSS to all browser but not to IE6 is it possible? -


I want to apply javascript and CSS to all browsers but it is possible for IE6?

For example, I have a javascript abc.js

I use this JavaScript in all browsers IE7, IE8, IE9, Firefox, Safari, Chrome Want to do

But I do not want to use this JavaScript in IE6.

It is possible to use a combination.

You must specify twice, but otherwise, it should work:

   For all other browsers & lt ;! [Endif]> gt;  

Comments