How would I make a graphic appear (and be able to hyperlink) in the bottom left corner (or upper if bottom won't work) of the screen even when a user scrolls down the page?
You would give it [tt]position: fixed;[/tt] and bottom and right values of 0 and you're there. I don't know if IE7 already supports position fixed but you could probably find a JS workaround for IE.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.