Please refer to this example: http://jsfiddle.net/5LLay/946/
I want to make a sticker window and it’s postion won’t be changed if I scrolling a long body background. However, it can be dragged and moved around manually.
From the example above, assume we’ve a long body content ( longer than browser window ). After page loaded, I manually moved the window to middle of screen ( without scrolling the page ). Then scroll the page to bottom. Now try to drag and move the window again and the window will be gone ( actually it’s position was changed and moved to very bottom of the page ). Is there anyway to fix it?
regards,
KK.