Thread: css html? Q?
View Single Post

Old 10-27-2007, 12:49 PM   #1 (permalink)
meeee
Junior Member
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0 meeee is on a distinguished road
css html? Q?

ok so i wanna put a background picture on a website using either html or css i dont care.the only thing i wanna accomplish is
#1i get the picture about 100% size of the screen and
#2 it is fixed so it doesnt move

i tried <body>
<div style=" position:absolute;z-index:0;top:0;left:0;width:100%;height:100%; " >
<img src="/imgs/em15.JPG" width="100%" height="100%">
</div>
<div style=" z-index:1;position:absolute; ">
<!-- Page Content -->
</div>
</body>

its close but it doesnt work bcuz its just an image and not a background so it overlaps everything.


any idea?
tx
__________________
meeee is offline   Reply With Quote