Dorothy Hesson 2336 wrote:

> The page in question is
> http://www.fsdb.k12.fl.us/outreach/symposium/concurrent.html

> The page validates html 4.01 and the css validates. I can view it using my
> Mac in Netscape, FF, and Safari with no problem. However, the content text
> column does not all appear when I use Win IE or Win Netscape. Further,
> when I slide the mouse pointer over the left nav column "Symposium Home"
> the remainder of the text appears.

It looks like the Guillotine bug [1]. An empty clearing div just before your
closing body tag:
  <div style="clear: both"></div>
seems to fix it.  For a complete analysis (and maybe a better fix) check
that article: this bug has many faces.

[1]  http://www.positioniseverything.net/explorer/guillotine.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to