2-col layout, one col scrolls vertical, other is fixed. Both scroll horizontal.
- by Victor P
Im trying to do a 2 column layout where the left column is very long vertically, and the right column is very long horizontally.
When I scroll vertically, I want to move up and down the left column while the right one stays fixed.
When I scroll horizontally, both columns move left-right (normal behaviour)
I hope this drawing explain it more (sorry for the bad quality):
Is this possible to do using only css? If not, how can I do it with javascript?
Thanks