Here is an example: http://jsfiddle.net/cB3jZ/15/
When you scroll to the bottom of the textarea with your mousewheel, it continues to scroll the rest of the page.. How can i prevent that!?
When i mouseover the textarea i could disable scrolling intierly with this script: https://stackoverflow.com/a/4770179/973485 But i still want the textarea to be scrollable.
Hope you can help! :=)