Repatilian
05-18-2012, 08:30 PM
Hi, i was wondering if anyone could help me. I have an image on my website that just comes up with an outline and the little error thing in the upper left corner. The image name is firstpageimages.gif. it has z-index 1 and everything else is 2 and the background is 0. I'll post the html and css. The website is www.marksbodyshop.org Thank you very very much.
html:
<div id="first">
<img style="position:absolute;z-index:1;top:0;left:0;" src="...images/firstpageimages.gif">
</div>
main.css:
#first {
width:100%;
height:100%;
}
defult.css:
#first {
width:100%;
height:100%;
}
defult2.css:
#first {
width:100%;
height:100%;
}
html:
<div id="first">
<img style="position:absolute;z-index:1;top:0;left:0;" src="...images/firstpageimages.gif">
</div>
main.css:
#first {
width:100%;
height:100%;
}
defult.css:
#first {
width:100%;
height:100%;
}
defult2.css:
#first {
width:100%;
height:100%;
}