|
-
Oct 17th, 2002, 03:13 AM
#1
Thread Starter
Frenzied Member
HTML, locked image buttom of page
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?
-
Oct 17th, 2002, 04:09 AM
#2
Fanatic Member
-
Oct 17th, 2002, 04:34 AM
#3
Thread Starter
Frenzied Member
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?
-
Oct 17th, 2002, 04:55 AM
#4
Frenzied Member
You could do that, but also you can use fixed positioning:
Code:
<img style="position:fixed; bottom:0px; right:0px;" src="IMAGE.png" alt="">
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|