I've got a few divs that hold information that you can scroll through. But when you hit the top or bottom it changes to the browsers scroll which scrolls the entire page.
I'd like to disable outside scrolling while the mouse is inside of this particular div (there's three of this type of div).
An example of what I'm trying to acheive is youtubes playlist selector.
Here's an example at youtube Hover your mouse inside the popular uploads part and trying scrolling all the way up and down.
EDIT: just tried to use the link in another browser and the video selection part doesn't seem to show up, but it's the "add to playlist" part that enables it.
Does anybody know of a way to do this?