Topic: Clipping & overflow in Mozilla |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: New California |
posted 03-03-2002 08:26
I have a nested div. It is much larger than the browser window but its parent fits just fine. So the natural thing to do is to set the overflow: hidden for the outer div. |
Maniac (V) Mad Scientist From: New California |
posted 03-03-2002 08:38 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-03-2002 15:25
Bugs: I'm not sure if it is of much help but I often set overflow: auto on the body of a page (to turn of uneccesary scrollbars) and it does act funny in NS6 (try it). To get it to work I have to set the body's width and height to 100% (I'd have to check but I think that is right - or something like it). So try playing with heights and widths too and if you don't want the main scroll bars turn them off this way. |
Maniac (V) Mad Scientist From: New California |
posted 03-03-2002 17:58 |