• I have a client site with REALLY complex bg images (client insists on it). I’ve resorted to some CSS kludges to get it to work, and it looks fine in Firefox, Chrome, and Safari, but falls apart in IE8. I know some versions of IE handle bg images wierdly, but I’m stumped. Here’s the URL:
    dev site

    Any help would be great.

Viewing 1 replies (of 1 total)
  • SideKick Dan

    (@shout-out-sidekick)

    Hello bigdog61,

    It was a curious difference for sure. It looks like this id/class in your style.css file (line #2269 according to ie inspector) is causing an issue in ie.

    #main .last {
    margin-right: 0 !important;
    clear: right;
    }

    Remove the clear:right. When i did in ie, the page looked the same as Chrome. and when i removed it in chrome, it still looked good. Let me know if it helps ??

    Danny

Viewing 1 replies (of 1 total)
  • The topic ‘Site breaks in IE8 – need help’ is closed to new replies.