I wish to have an image visible all the time on the buttom of a page. This image must be visible although I use the scrollbar. How is this possible?
Printable View
I wish to have an image visible all the time on the buttom of a page. This image must be visible although I use the scrollbar. How is this possible?
OK thanks. When I think about it, it will probably be better to make a frame at the buttom and lock this by setting the scroll bar to false, don't you think so?
You could do that, but also you can use fixed positioning:
That will always stay at the bottom right of the page, and will work a lot better than the JavaScript version on DynamicDrive, but the downside is IE decides not support it :rolleyes:Code:<img style="position:fixed; bottom:0px; right:0px;" src="IMAGE.png" alt="">