I’ve been trying to figure out a way to do this stuff. What I want to do is to scroll the parent div (which has a scrollbar) when hovering an inner Div and scrolling.
Demo : http://jsfiddle.net/FdeAR/
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.
Something like the following (Guessing from your requirement);
http://jsfiddle.net/FdeAR/23/
Basically bind a mousewheel event to the smaller div and scroll it up/down based on the direction of the mousewheel determined by the delta