I want to apply javascript and CSS to all browser but not to IE6 is it possible?
for example I have a javascript abc.js
I want to use this javascript in all browser IE7, IE8, IE9, Firefox, Safari, Chrome.
But i don’t want to use this javascript in IE6.
This should be possible using a combination of conditional comments.
You’d have to specify things twice but otherwise, this should work: