この読み込み中の画像が Chrome では問題なく表示されるのに、Internet Explorer や Firefox では表示されないのはなぜですか? 通常はページ上に浮かぶはずですが、Firefox と IE ではページの先頭に配置されているようです。
ウェブサイト: http://thc-racing.ucoz.com/
HTML:
<div id="preload">Loading page... <img src="/design/loading.gif" /></div>
CSS:
div#preload {
position: absolute;
bottom: 40px;
right: 50px;
background-image: url('http://thc-racing.ucoz.com/design/loading-bg.png');
padding: 8px;
border-radius: 5px;
border-style: solid;
border-color: #d7d7d7;
border-width: 1px;
font-weight: bold;
align: right;
}
ありがとう