in a web page there is three columns, left, middle and right; within three columns only left column is position:fixed and others are normal.
while vertical scrolling, left column should remain fixed while others are scrolling.
but when browser size is reduced; while horizontal scrolling the all three columns should scrollable horizontally not only middle and right.
how to overcome this problem ? with pure css (without using js or jquery)?