Image Bottom Right Corner of the Screen
Moderator: General Moderators
- Pyrite
- Forum Regular
- Posts: 769
- Joined: Tue Sep 23, 2003 11:07 pm
- Location: The Republic of Texas
- Contact:
Image Bottom Right Corner of the Screen
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. ?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
<img src="whatever.jpg" style="position:absolute;right:0;bottom:0;z-index:100" />- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
setInterval() :: http://www.devguru.com/technologies/ecm ... erval.html