>I am going to try and turn off the fixed positioning for IE5 so at least the
>IE5 users can use the site.

Which is exactly what I suggested to you when you wrote to me 
directly and what the article itself recommends.

However, IE Mac can indeed support fixed positioning, so something 
else is going on here.

I'd wager that your problem lies here:

#contentcontainer {
        ...
        position:           fixed;
        overflow:           hidden;
        ...
        height:             100%;
}


See Philippe Wittenbergh's tests on overflow plus positioning

    http://www.l-c-n.com/IE5tests/overflow/overflow_1.shtml
______________________________________________________________________
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/

Reply via email to