Buggy Browser. This time: Firefox ;-)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
babulski

Buggy Browser. This time: Firefox ;-)

Post 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.
Attachments
grab.jpg
Last edited by babulski on Sat Nov 10, 2007 12:09 pm, edited 1 time in total.
streever

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

Post 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.
Locked

Return to “Layout and Design (CSS & HTML)”