Internet Explorer 8
URL to the page in question:
-
Hey Bill . . . sorry to bug you about this but is there one line of code I can put in for ALL background colors to not show up like at 9LazyKidz.com. I thought I fixed that but I do not have ie 8. I just need them to be transparent.
Pesky IE 8 needed its own styles to set the semi-transparent background in the content areas. Here’s a CSS snippet you can use to take those out:
.ie8 header#primary,
.ie8 #content,
.ie8 .staff-list article,
.ie8 #sidebar .widget,
.ie8 #sidebar nav a,
.ie8 #sidebar nav a:visited,
.ie8 .current-menu-parent ul.sub-menu li a,
.ie8 #sidebar nav .current-menu-item a,
.ie8 #sidebar nav a:hover,
.ie8 .current-menu-parent ul.sub-menu li a:hover {
background: none;
filter: none;
}
See if that won’t get it for you. Let me know if you have any trouble,
Bill
Anytime. Have a great night!
- The topic ‘Internet Explorer 8’ is closed to new replies.