设置div居中

Posted 倾听与积累

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置div居中相关的知识,希望对你有一定的参考价值。

<div id="loadingDiv" class="loadingDiv" style="position:fixed;left:50%;top:50%;margin-left:width/2;margin-top:height/2;display: none">
<div id="center" style="position:absolute;">
<table border="0">
<tr><td><img src="/images/dataloading.gif"></td></tr>
</table>
</div>
</div>

以上是关于设置div居中的主要内容,如果未能解决你的问题,请参考以下文章

怎么把div层设置成固定居中模式

如何将一个设置为absolute的div居中对齐

怎样使div块居中对齐?

如何让div中的内容垂直居中

如何让DIV里面的DIV水平垂直居中

实现div内容水平垂直居中