<div id="dummyHorizontalDiv" style="height:16px !important;width: 550px;overflow-x:auto;overflow-y:hidden;">
<div id="dummyScrollArea" style="width: 750px;">
</div>
</div>
I want to get a horizontal scroll bar on div with id=dummyHorizontalDiv but since there is no content in the inner div(though its width is more than that of the outer div), I am not getting the horizontal scroll bar.
Please help me in this problem.