This site has a scrolling div on the left. As you scroll the page the div also scrolls rhythmically and the color of the image also gets changed. position:fixed is not all that can do it .
What is the technique then ?
EDIT:
position:fixed is all that I can use to get a div fixed at a location with the page scrolling. But how to add the rhythm of the changing div? What else research effort do I need to show (negative ranking)?
position: fixedbut relatively positioned elements within in absolute positioned container. You should be aware, that a fixed position can cause you a lot of trouble on mobile devices like iOS. Also if you want to achieve a scrolling effect (the divs moves slightly slower than the real content), this won't work on iOS. As it will slide in after the scrolling has come to an end. – insertusernamehere Jul 30 '12 at 19:43