Page 1 of 1
Image Bottom Right Corner of the Screen
Posted: Sat Feb 19, 2005 5:28 pm
by Pyrite
How do I put an image on a webpage at the very bottom right corner of the screen? Perhaps something that isn't fixed, but will be there at the bottom right no matter what resolution the page is being viewed in. ?
Posted: Sat Feb 19, 2005 5:34 pm
by feyd
Code: Select all
<img src="whatever.jpg" style="position:absolute;right:0;bottom:0;z-index:100" />
I believe.
Posted: Sat Feb 19, 2005 5:53 pm
by Pyrite
That sort of does it, that puts it in the middle right, or the bottom right when first viewing the page, but then you scroll down and it stays in the middle right.
Posted: Sat Feb 19, 2005 5:56 pm
by feyd
you want it to stick to the bottom right? you need a timer that keeps setting the position.
Posted: Sat Feb 19, 2005 6:11 pm
by Pyrite
Hmm, a timer, do you have one?

Posted: Sat Feb 19, 2005 6:29 pm
by feyd