Make your browser very thin, and scroll down, the cart moves with your page. However this is NOT using just position:fixed since the cart "knows" when you are at the top and only starts to scroll after a certain distance is moved, and I see javascript being called. However their code is very mixed like spaghetti; so hard to unravel.
Any ideas? Is this a simple function in an existing JS package?
there is a problem in that cart .. http://jqueryfordesigners.com/fixed-floating-elements/ when you resize the browser , that cart can't maintain its it standard position .. see apple cart . it maintain position and you can see it also after resize of browser .
http://store.apple.com/us/cart
Make your browser very thin, and scroll down, the cart moves with your page. However this is NOT using just position:fixed since the cart "knows" when you are at the top and only starts to scroll after a certain distance is moved, and I see javascript being called. However their code is very mixed like spaghetti; so hard to unravel.
Any ideas? Is this a simple function in an existing JS package?
Thanks!
oops, I must've set it to display:none.... just kidding.
http://jqueryfordesigners.com/fixed-floating-elements/
when you resize the browser , that cart can't maintain its it standard position ..
see apple cart . it maintain position and you can see it also after resize of browser .