スタイルシートの部分でこれが何を意味するのだろうか...このスタイルシートのコードを使いこなすと、ページ全体が空白になります...
<style type="text/css">
...
#wrapper {
display: none;
}
div[id="preloader"]{
top: 0;
right: 10px;
position:absolute;
z-index:1000;
width: 132px; height: 38px;
background:
url(path/to/preloaderBg.png) no-repeat;
cursor: wait;
text-shadow: 0px 1px 0px #fefefe; //webkit
}
...
</style>
「...」はスタイルシートの最初と最後にあります...