<body>
<div class="sreen"></div>
</body>
.sreen{width:100%;height:100%;height:overflow:hidden;background:#000000;filter:Alpha(Opacity=50);opacity:0.5;position:absolute;top:0;left:0;z-index:98;text-align:center;}
就可以实现遮罩和透明了。
不过IE6不支持,那就忽略IE6