• I’m using a background image as post and sidebar separator using code piece like this.
    .widget {
    clear: both;
    background-image:url(http:/…/sidebardiv.png);
    background-position:50% 100%;
    background-repeat:no-repeat no-repeat;
    margin: 0 0 1em;
    padding: 0 0 4em;
    }

    It works fine for chrome. However, IE breaks all over showing the image a thousand times..

    How to fix the appearance of the image to be only at the end of the post / sidebar to act as a separator in IE?

  • The topic ‘Background image not showing in IE’ is closed to new replies.