• Again, it works in FF but not IE (sigh).

    Here’s the code:

    #insideWrapper {
    background: #994466 url(‘images/greenback.jpg’) repeat left fixed;
    position: relative;
    top: 5px;
    width: 510px;
    margin: auto;
    margin-bottom: 5px;
    border: 0px solid #666;
    background-color: #99FF66;
    text-align: justify;
    }

    .post {
    width: 425px;
    margin: auto;
    background: transparent;
    text-align: justify;
    }

    I did have background: #994466 url(‘images/greenback.jpg’) repeat left fixed; in .post but IE hated it and now it just repeats the background in very long posts. Such as here:

    http://sekhu.net/wp/2004/06/18/20-minute-buying-power/

    It looks quite bad.

    How can I fix this?

    Thank you in advance

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Background is not transparent’ is closed to new replies.