I'm attempting to create something similar to the layout seen on:
The desired effect is to have fixed content on the right side, with only the left side scrolling up to a certain point before the entire page scrolls normally. However, in my implementation, when I scroll down on the right div, the content also moves. Is there any way to achieve this behavior using JavaScript (I suspect that is how it's done)?
Cheers