Katie Adams wrote: > Does anyone know why I am getting scroll bars appearing in my web > page in fire fox version 1.5.0.9?
> http://www.learningpt.org/page.php?pageID=243 It's those 'overflow: auto;' alright. Gecko tends to be a bit buggy when those are used for containing floats. You'll have better luck with... #frame, #rightColumn {overflow: visible; display: table;} BTW: have you considered creating source-code in accordance with the doctype you're using? Or alternatively: change doctype to match the source-code? What you have there is definitely not XHTML 1.0 Transitional... <http://validator.w3.org/check?uri=http://www.learningpt.org/page.php?pageID=243> ...and it would help immensely if the doctype and source-code matched. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/