[thelist] Horizontal Scroll in FF but not IE

pandy pandion at gmx.net
Mon Sep 12 22:24:58 CDT 2005


>I have a problem with a horizontal scroll bar showing up in firefox but not
>in IE. Here is the page(s) that are causing the problem:
>
>http://www.ckapublishing.com/p.php?id=2

It has something to do with the lack of doctype (Quirks Mode) and 
specifying a width for HTML and BODY. Standards Mode or taking that width 
away fixes the problem.

I'm not familiar with the ins and outs here. I'm curious though, why do you 
use a width?
body, html { width: 652px }

pandy



More information about the thelist mailing list