| scrollbar Problem in Firefox
|
harish_s

msg:3100263 | 10:46 am on Sep 28, 2006 (gmt 0) | 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.
|
JAB Creations

msg:3113372 | 9:47 pm on Oct 8, 2006 (gmt 0) | You can create an overflow div without defining the height and width using this method... XHTML CSS div.body { bottom: 5px; left: 5px; position: absolute; right: 5px; top: 5px; } |
| Send me a sticky if this does not work the way you intend please. Good luck! - John
|
|
|