Posted by jakeatkins via WebmasterKB.com on 07/24/07 20:05
Gwin wrote:
>> I'm trying to make an image that will cover all page content that
>> scrolls under it stay at the top of the browser window, all within
>[quoted text clipped - 10 lines]
>>
>> Thanks!
>
>style it in the css
>z-index:"value"
Awesome, I notice using position:fixed doesn't work in IE6, but it does in
safari. Any smart way of doing the same thing but for the bottom of the page,
no matter what the size of browser window, having it stick on the bottom?
Here's the code I used for the top:
<img src="smred.gif" border="0"
style="position:fixed;
left:0px;
top:0px;
z-index:2;">
--
Message posted via WebmasterKB.com
http://www.webmasterkb.com/Uwe/Forums.aspx/html-dev/200707/1
[Back to original message]
|