Craig Palenshus wrote: > There are some strange behaviors in my site in IE6 that are driving > me nuts. The main problem is that when scrolling down the pages with > a lot of text, the text gets screwed up ... it starts disappearing!
> http://lakequincy.com/Privacy.aspx > http://lakequincy.com/Advertisers/MediaKit.aspx > I'm thinking this HAS to be related to the styles I've used. The site > displays beautifully in FF. Any ideas why IE's display is messed up > and how I can fix it? Nothing wrong with your styles (in this respect), but there's definitely something wrong with IE/win (all versions) :-) It needs a well-placed 'hasLayout'[1] trigger. Adding... .mainBoxMiddle {height: 1%;} ...will do on the first page, I didn't check the second one. Plenty of other wrongs in that page though. HTML: 11 errors. CSS: a couple of errors. Better have a round-trip to the W3C validator(s) and fix things a bit. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ______________________________________________________________________ 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/
