Page 1 of 1

Buggy Browser. This time: Firefox ;-)

Posted: Fri Nov 09, 2007 4:13 pm
by babulski
Hi.

While working on a new client site I've encountered a strange problem -- with Firefox 2.0 on Mac.

The main-content is a DIV with fixed size and 'overflow: auto'. Works fine. ;-)
I've integrated a lightbox-gallery (slimbox) to show some pictures. Works fine, too. In IE 6, IE 7, Safari 2 (EDIT: and FF2.0 Win).
But in FF2.0 for Mac it shows up like this (see grab.jpg).

How can I get rid off these crappy scrollbars?
Google'ing for this brought no solution.

Thanks.

Re: Buggy Browser. This time: Firefox ;-)

Posted: Thu Nov 15, 2007 1:30 pm
by streever
hello,
can you just give the box a "min-height" and NOT an explicit height, thereby you are able to remove the overflow property?

you can feed an explicit height to IE, which will treat it as overflow: auto anyways.