How do you setup a Opera 10 only stylesheet
-
Here is my website
https://nickhiebert.com
I want to make my website display properly in Opera 10.If anyone knows the proper code to setup a css hack in the header.php file? I’m using WordPress.
For IE I’m using:
<link rel="stylesheet" href="style.css" type="text/css" /> <!--[if lte IE 6]> <link rel="stylesheet" href=" styleie6.css " media="screen" />< <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" href=" styleie7.css " media="screen" />< <![endif]--> <!--[if lte IE 8]> <link rel="stylesheet" href=" styleie8.css " media="screen" />< <![endif]-->
Assuming Opera 10 is setup similarly
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do you setup a Opera 10 only stylesheet’ is closed to new replies.