|
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
__________________
|