In http://twitter.com/, when you scroll, the background image stays still, but only the main content at the center scrolls. How can this functionality be achieved? Thanks.
In http://twitter.com/ , when you scroll, the background image stays still, but only the
Share
use a background image and set
background-attachment:fixed;look here for the css background property: http://www.w3schools.com/css/css_background.asp