Hi,
I have used overflow:-moz-scrollbars-vertical, it works well but when resize to 800x600 resolution i couldn't get the horizontal scroll where the data are beyond the view port couldnot visible. isthere any solution of having a disabled vertical scrollbar and when resiezing both vertical and horizontal scrollbar. if i remove overflow:-moz-scrollbars-vertical, the page used to get shifted. i have also used
overflow-y: scroll;
overflow-x: auto;
height: 100.01%;
If i use height: 100.01%; it used to get scrollbar with less content.
but no use. Any other solution.