所以我只有在 mozilla Firefox 中存在对齐问题。所有其他浏览器都显示出良好的结果。实际上问题仍然是 loadingImage(bunny) 对 firefox 中的 maring-bottom 参数没有任何影响。
html, body {
margin:0; padding:0;
background-color: #000000;
}
#myCanvas {
background-color: black;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#loadingImage{
color:#90B3DF;
position: absolute;
padding-left: 00px;
margin: auto;
top:0;
bottom: 220px;
left: 0;
right: 0;
margin: auto;
}
虽然 html 代码是
<span id="sp1" style="width: 0%"></span>
<div>
<img src="images/loading.gif" alt="Smiley face" id="loadingImage" height="166" width="135">
<h1 id="bolo">LOADING</h1>
</div>
</div>
所有浏览器都将兔子图像放在加载栏上方,但 Mozilla 显示异常,可能是这样的图像