This example working great because here containment is body http://jsfiddle.net/roXon/hMmbK/2/
when i use container in html, it work not fine. here the problem: http://jsfiddle.net/anosim/ZXu2w/
anyone have best solution for that.
Thanks in Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem is that when you specify coordinates, they are absolute positions.
There might be a better way, but you can always get the offset of the parent and add those offsets to your containment coordinates:
Demo: http://jsfiddle.net/DqdRK/