• Im using the following code in my CSS to display the background image.

    ‘body {
    font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
    background: #fff url(“images/pg.jpg”);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #000;
    padding: 0 0 0 150;
    margin: 0;
    }’

    It does work, but it displays the image in the bottom right of the header, not the bottom right of the page. Heres what its showing: http://www.radicalwaste.com/wordpress/

    Not really sure about how to fix this.

The topic ‘Fixed Background Image errors’ is closed to new replies.