Wednesday, 28 August 2013

Horizontal scrollbar for child div

Horizontal scrollbar for child div

I have two divs (left and right) inside a parent div. For the right div, I
have horizontal scroll bar allowed. The parent div has an overflow auto
means vertical scrollbar for say 200px height.
The issue is I am not able to see the horizontal scrollbar when it crosses
200px height as the scrollbar is inside the parent div.
Is there any technique through which I can show the scrollbar floating or
outside the parent div and control the inner div(right one)?

No comments:

Post a Comment