my page content is big and there is a link. when user mouse over the link then a div is popup but when i scroll the browser window then div position should change when it appears. how to write and show the div by jquery in such a way that div should open and adjust position when user drag the scroll bar top & down. please advice how to do it very simply.
Share
You could use jquery’s scroll to track for when the user scrolls ie:
EDIT:
Also have a look at this blog entry