View Full Version : Fixed Image??


p0ison
10-03-2004, 03:41 AM
I want to get my image to stay on the bottom right corner of the page.. but i have a patterned background so I cant use my image as my background. I want it to stay at the bottom right when the page is scrolled. ?? Anyone now how?

kicker91
10-03-2004, 03:52 AM
This might be confusing, but this is the only possible solution I can think of.

Put all this in the <body> tag.

<img src="image.jpg" style="position:absolute; bottom:0px; right:0px;">

<div style="width:100%; height:100%; overflow:scroll;">
Content goes here.
</div>

pb&j
10-03-2004, 03:57 AM
sounds like the old geocities watermark...

http://www.dynamicdrive.com/dynamicindex4/logo.htm