Christian Kirchhoff wrote:

> http://www.digitale-bibliothek.de/Maschinentechniker/METS2/index.htm

> Anyway the slider does not appear in IE 6.

IE6 doesn't understand / support absolute positioning for opposite edges 
of an element, so 'bottom: 0' is simply ignored.

Give IE6 a height and overflow instead, by adding something like...

* html body {height: 100%;}
* html body #slider {height: 100%;}
* html body #left {height: 100%!important; overflow: auto!important;}

...which will make IE6 render as intended.

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