
Originally Posted by
picaflor-azul
I have included a cross browser javascript to make isolating css on specific browsers easier. Add a rule to the bototm of your stylesheet for .ie8 #navMainSearch input[type="image"] {top:5px; or whatever to line it up}
Anne
I had added a header BG image to RenaissanceManInc.com:
Code:
#headerWrapper{background:url("../images/hd.png") no-repeat scroll center top / 1200px rgba(0, 0, 0, 0);}
needed add following for it to show up in internet explorer 8:
Code:
.ie8 #headerWrapper {
position: relative;
background: url("http://renaissancemaninc.com/includes/templates/renaissance3/images/hd.jpg");
background-repeat: no-repeat;
}
Had tried adding the HTML5Shiv to header_html.php file as well, but it did not solve the issue.
The wordpress twentythirteen responsive theme background header works on ie8, but I'm not sure how or why.
Apparently nearly 10% of internet surfers were still using ie8 as of Spring in 2013.
Bookmarks