If the div has position:fixed then it's not respected
If a div's css has position: fixed and bottom: 0px and later it's called with jQuery('#myFixedDiv').overscroll(); then it appears at the top of the page.
can you post an example please, e.g. with JSbin?
On Mar 19, 2013, at 9:43 AM, Iñaki Baz Castillo [email protected] wrote:
If a div's css has position: fixed and bottom: 0px and later it's called with jQuery('#myFixedDiv').overscroll(); then it appears at the top of the page.
— Reply to this email directly or view it on GitHub.
Yep, http://jsbin.com/alirup/2/edit
Go to the bottom and comment the overscroll() line to see the issue.
Can not reproduce. What browser?