zrob tak:
Kod
<div id="loader"></div>
#loader {
position:fixed;
z-index:9999;
top:0px;
left:0px;
background:#fff;
opacity:0.8; /* dla FF */
filter:alpha(opacity=80); /* dla IE */
width:100%;
height:100%;
}
Kod
<![if IE 6]>
<style type=\"text/css\">
/* tylko dla IE w naglowku strony */
#loader {
position:absolute;
width:expression(document.documentElement.clientWidth + 'px');
height:expression(document.documentElement.clientHeight + 'px');
top:expression(offset = 0 + parseInt(document.body.currentStyle .
paddingTop) + parseInt(document.body.currentStyle.marginTop),
document.documentElement.scrollTop + offset + 'px');
}
</style>
<![endif]>
u mnie działa

A jeśli by nie działalo to zmień na
Kod
<!--[if IE 6]>
<![endif]-->
nie wiem dlaczego ale czasami robi to różnicę