Quote:
Originally Posted by Cyber Fucker
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? 
|
I don't know what are you trying to do, but AFAIK Opera has to behave exactly the same than Chrome, FF and Safari, conditionals are for IE because it's a non-compliant browser
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
|