Div that follows scroll (not position:fixed)
Posted
by
Ricardo Mustra
on Stack Overflow
See other posts from Stack Overflow
or by Ricardo Mustra
Published on 2011-06-20T08:43:39Z
Indexed on
2011/06/20
16:22 UTC
Read the original article
Hit count: 168
I found it sometime ago and now I can't. I want to find something like the shopping cart at the apple store, it's a div thats not positioned absolute nor fixed, for instance, let's say it's at the center of the screen, and only when you scroll down it follows the scroll only to not disappear, when it reaches the border of the browser header...
I'm not sure If i'm being clear. I've searched but all I found is the css position fixed stuff.
Can you help me with a link or something?
Best Regards
© Stack Overflow or respective owner