• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A bar that always stays at the bottom of the screen

Auryg

Platinum Member
Hey all, sorry for needing to ask this here but I can't figure out what I'd need to google in order to get what I want - basically, I want to make a little bar on the bottom of a webpage that always stays there when a user scrolls and the such - something like they have on Nonoba.com.

I looked at their source, of course, and it seems awfully simple but I can't figure it out. Any help would be appreciated, thanks.
 
This may help you get started. The basic thing that makes this work is in the CSS: position:fixed; bottom:0; left:0
 
Originally posted by: txrandom
This may help you get started. The basic thing that makes this work is in the CSS: position:fixed; bottom:0; left:0

Thanks, it doesn't work in IE6 but there are javascript solutions for that.
 
Back
Top