2-col layout, one col scrolls vertical, other is fixed. Both scroll horizontal.

Posted by Victor P on Stack Overflow See other posts from Stack Overflow or by Victor P
Published on 2010-03-21T19:42:36Z Indexed on 2010/03/21 19:51 UTC
Read the original article Hit count: 238

Filed under:
|
|

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):

drawing

Is this possible to do using only css? If not, how can I do it with javascript?

Thanks

© Stack Overflow or respective owner

Related posts about css

Related posts about JavaScript