rickduley
02-07-2010, 07:10 PM
My CSS declares:
/* define #canvas which is the area in #screen where the work is done */
#canvas
{
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-image: url('./img/perthLifeBackground.gif');
}
However, the image does not display. The image name is correct, the address is correct. What do I have wrong?
/* define #canvas which is the area in #screen where the work is done */
#canvas
{
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-image: url('./img/perthLifeBackground.gif');
}
However, the image does not display. The image name is correct, the address is correct. What do I have wrong?