Michiel
05-18-2004, 06:08 PM
Hi,
I'm currently working on a website and a want to position an image at the bottom of a page. I've given the image the id 'bottom' and use the following css to achieve it:
#bottom {
position: absolute;
bottom: 0px;
left: 0px;
}
The problem now is that the image doesn't show up at the bottom of the page, but at the bottom of the screen. This means that with a large page, the image is situated in the middle (vertically speaking).
Why does this happen? And more important how can it be solved?
Thanx in advance, Michiel
I'm currently working on a website and a want to position an image at the bottom of a page. I've given the image the id 'bottom' and use the following css to achieve it:
#bottom {
position: absolute;
bottom: 0px;
left: 0px;
}
The problem now is that the image doesn't show up at the bottom of the page, but at the bottom of the screen. This means that with a large page, the image is situated in the middle (vertically speaking).
Why does this happen? And more important how can it be solved?
Thanx in advance, Michiel