I'm trying to get an image to stay at the bottom of my page. The only trouble is, in FF the image is at the bottom of the largest div (in this case, my container), but it seems to be working in IE.
Here's the link
(link removed)
the CSS I've used it
You can see on the smaller pages (in FF) the image isn't at the very bottom. Does anyone have any ideas how I can overcome this?
Cheers
Here's the link
(link removed)
the CSS I've used it
Code:
background:#295FA0 url(../images/cloudbed.jpg) bottom no-repeat;
Cheers
Last edited: