Попробовал такой код:
<style type="text/css">
#splash_black {
position: absolute;
left: 0px;
top: 0px;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 500;
background-color: black;
opacity: 0.5;
text-align: center;
display: none;
}
</style>
<div id="splash_black">
<div id="splash">
</div>
</div>
Он закрывает в высоту только на высоту окна браузера. Если прокрутить вниз то там не закрыто. Как сделать что бы был закрыт весь документ?