Preventing element from displaying on top of footer when using position:fixed

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-10T18:35:53Z Indexed on 2010/05/10 18:54 UTC
Read the original article Hit count: 214

Filed under:
|

I'd like to use the CSS property position:fixed to fix the position of an element but at the same time prevent the element from being positioned over my footer when the user scrolls to the bottom of the page. Is there a way of stopping an element from showing over a footer in this way?

© Stack Overflow or respective owner

Related posts about css

Related posts about html