• Resolved roner77

    (@roner77)


    God I hate IE.

    I created a theme that looks perfect in Safari, FF and Chrome, but IE won’t display any images that are invoked by CSS background styles.

    For instance, I have this for my container:

    #container {
    width:960px;
    overflow:hidden;
    margin:-2px auto;
    background:url(images/container-bg-4.jpg)no-repeat top center;
    position:relative;
    }

    The background shows up in all browsers except IE.

    Anyone know a quick fix for this? Do I need to set the height?

  • The topic ‘background images are not displaying in IE 7 or 8’ is closed to new replies.