>> http://24-10reading.nl/

bill scheider wrote:
> I forgot to add: In IE6 at all text sizes, I'm getting a vertical
> scroll bar that runs down 60 pages (hit page-down 60 times!). I
> expected that I'd find a footer down there at the end, but no-go. So
> besides the lo-o-o-o-ong page, in IE6 xp, there is no footer.

The 'position: relative' on #nonfooter creates the long page in IE6. The
#footer is in the wrong place and stacked behind other elements.

The addition of...

* html #nonfooter {position: static;}
#footer {z-index: 1;}

...corrects the page-height, fixes the nav-background and makes the
footer visible on a local copy, but the footer is still in the wrong
place in IE6(on win2K).

Too many "back and forth" corrections between browsers for my taste, so
I leave the rest to others.

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/

Reply via email to