jcdevelopment
10-26-2007, 03:58 PM
What am i doing wrong here, it wont show up when i do absolute, when i do fixed or relative it will. Doesnt show in any browser??!!
CSS:
#bgimage {
position: absolute;
background-image: url(bg.gif) no-repeat;
margin-top:0px;
margin-left:300px;
height:1000px;
width:500px;
}
HTML:
<div id="bgimage"> </div>
CSS:
#bgimage {
position: absolute;
background-image: url(bg.gif) no-repeat;
margin-top:0px;
margin-left:300px;
height:1000px;
width:500px;
}
HTML:
<div id="bgimage"> </div>