hellssuperhero
08-19-2007, 01:18 PM
hello i have an issue with setting my background up properly, i want to have the background tile according to how much info is on each page... and i wanted the image to start like top:150 left:150... i cant get it to work properly when i put
<body background= image.gif position:absolute; top:150; left;150> doesnt work... so i tried setting up a div to call this into play...
<style type="text/css">
#bg {position:relative; top:150; left:150;}
</style>
<div id="bg">
<body background ="background.gif">
</div>
i also tried calling it with out a div threw the body and if i remember the image showed correctly but this time my page started over 150 x 150 px maby the image was just set as background tiled and wasnt even in the right spot i really dont know.... if any1 can please help me with this issue i would greatly appreciate the help... thank you...
<body background= image.gif position:absolute; top:150; left;150> doesnt work... so i tried setting up a div to call this into play...
<style type="text/css">
#bg {position:relative; top:150; left:150;}
</style>
<div id="bg">
<body background ="background.gif">
</div>
i also tried calling it with out a div threw the body and if i remember the image showed correctly but this time my page started over 150 x 150 px maby the image was just set as background tiled and wasnt even in the right spot i really dont know.... if any1 can please help me with this issue i would greatly appreciate the help... thank you...