Viewing 1 replies (of 1 total)
  • You’ve got a couple of CSS errors that need sorting – especially the error relating to the background on #sidebar ul ul. Apart from those, you need to remove the float:left; on:

    #main {
    display:inline;
    float:left;
    overflow:hidden;
    padding-top:25px;
    width:593px;
    }

    in style.css

Viewing 1 replies (of 1 total)

The topic ‘Background images not displaying’ is closed to new replies.