Internet Explorer 8

Support Area Forums Foxy Internet Explorer 8

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #14232
    Rob
    Participant

    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.

    #14236
    Bill Robbins
    Participant

    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

    #14237
    Rob
    Participant

    Thanks a bunch!

    #14238
    Bill Robbins
    Participant

    Anytime. Have a great night!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Internet Explorer 8’ is closed to new replies.