Posts: 876
Name: Matt Pealing
Location: England, north west
|
Im using this code to position an image at the bottom of the body:
Code:
background:#FFF url(../image/body.jpg) repeat-x 0 100%;
It's wierd though, in FF it only extends to the bottom of the content. Currently there is only a really small div in there so the background image only shows as far down as the bottom of the div.
If I just scrap the image and change the background to red, it then takes up the whole page, the way it should with an image.
If that makes sense??
It works fine in IE though so I can't think what the problem is!
|