How can I make a div element move up and down the page when the user is scrolling the page? (where that element is always visible)
|
|
|
|
|
|
|
You want to apply the fixed property to the position style of the element
What browser are you working with? Not all browsers support the fixed property. Read more about who supports it, who doesn't and some work around here http://webreflection.blogspot.com/2009/09/css-position-fixed-solution.html |
||||||||
|
|
|
Set in css position:fixed. See in W3S. |
||
|
|
|
|
You might want to check out Remy Sharp's recent article on fixed floating elements at jQuery for Designers, which has a nice video and writeup on how to apply this effect in client script |
||
|
|
