When I set position to absolute in IE 6 the height turns to 0 if it's set to auto.
I have this css for the div:
I can't set the height to 100% because I want it 31 pixels from the bottom.
here's the page:
http://shedokan.110mb.com/os/
there must be a solution.
I have this css for the div:
Code:
.desktop{ overflow:hidden; cursor:default; width:100%; position:absolute; top:0; left:0; right:0; bottom:31px; height:auto; }
here's the page:
http://shedokan.110mb.com/os/
there must be a solution.
Comment