CSS style sheet for IE8?
-
Hi everyone I am trying to make my website compatible with Internet Explorer 8. What I have found out so far from the net:
1.) Add the IE specific call in header.php before </head>
<!–[if lte IE 8]>
<link rel=”stylesheet” type=”text/css” href=”all-ie-only.css” />
<![endif]–>2.)Created and uploaded the file named all-ie-only.css onto my theme folder where my style.css is
3.)…well here is the funny part, there isn’t part 3 explaining how to change css for IE?
I assumed it would be so easy that people just leave it out, but I am stuck here because anything and everything I put in the all-ie-only.css dose nothing
#wrapper#main{margin-top:-150px;} #site-description{top:-150px;} #navigation {float:right; position:absolute; right: -50px; bottom:24px; } html{color-yellow}
nothing happens, can someone please please explain how to make my IE browser pick up the IE specific style?
- The topic ‘CSS style sheet for IE8?’ is closed to new replies.