I'm trying to force Opera 9 and earlier versions of this browser to accept conditional css stylesheets but it won't listen to me.
For example for IE6 I use:
Code:
<!--[if IE 6]><link rel="stylesheet" href="css/IE60Fixes.css" type="text/css" media="screen" /><![endif]-->
And IE does this style sheet but Opera won't listen to analogical comment:
Code:
<!--[if Opera 9]><link rel="stylesheet" href="css/Opera9Fixes.css" type="text/css" media="screen" /><![endif]-->
How to force this bitch to listen to my comments?
