Recreating the Apple Store's summary that moves with the page scrolling
Posted
by Darryl Hein
on Stack Overflow
See other posts from Stack Overflow
or by Darryl Hein
Published on 2010-05-04T23:47:32Z
Indexed on
2010/05/04
23:58 UTC
Read the original article
Hit count: 191
JavaScript
|slider
I'm looking to create something like what Apple has on their online store for displaying the summary of your computer and total as seen here. I'm guessing this is JavaScript, but it'd be even cooler if it could be done in CSS.
Basically I'd like something scrolls with the page like position:fixed
, but I don't want it to start moving until the user has scroll past a certain position.
I'm using jQuery, so a jQuery plugin would be perfect as well.
© Stack Overflow or respective owner