I have been struggling with this problem for over 2 hours,
Is there a way to make a div fixed while it is inside a bigger div.
When I scroll I want to keep the right part not scrolling.

So my question is, is there a way to do this without jquery?
Thanks
You have to position the inner div
absolutely:Here’s the fiddle: http://jsfiddle.net/wSxss/
Adjust the positioning values according to your needs.