On 7/6/06, Austin, Darrel <[EMAIL PROTECTED]> wrote:
> I'm using a 3-column layout on our new site. To avoid the dreaded
> 'dropped column' problem in IE where if the total column widths are
> greater than the width of the browser, one or more of the column DIVs
> will jump down the page, I've set any element in the center column that
> may be too wide to get wrapped in a div set to 100% and to have
> overflow-scroll set on it:
>
> http://www.mncourts.gov/district/2/?page=60
>
> This works fairly well in both IE and Firefox.
>
> However, in Firefox, the scrollbar will appear and disappear no matter
> the specific width of the browser.
>
> For instance, at 600px, 610px, and 615px, you may see the scrollbar, but
> at 605px, 611px and 614px, it comes back.
>
> I assume that this is some sort of rounding issue in Firefox? Any fix
> for this?

Why not apply that fix to IE only and spare Firefox?  You could do:

html body div { fix }

html>body div { no fix }

-- 
-- 
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to