Can't get background gif to show
Posted: Sat Apr 02, 2011 7:24 am
For some reason I cannot get the background image to show?
If someone could please tell me what I am doing wrong.
The bg.gif is located at http://localhost/images/bg.gif
The CSS file is located at http://localhost/incl/master.css
If someone could please tell me what I am doing wrong.
The bg.gif is located at http://localhost/images/bg.gif
The CSS file is located at http://localhost/incl/master.css
Code: Select all
body
{
background-repeat: repeat-x;
background-image: url("/images/bg.gif");
margin-left: auto;
margin-bottom: 0;
margin-right: auto;
color: #373737;
font-family: Arial, Verdana, "Lucida Grande", sans-serif;
background:#f3f3f3;
width:90%;
padding:0 0 0px;
background-color:#FFFFFF;
}