`

DIV居中

阅读更多

要设置div居中,光设置align=center是不行的必须设置margin-right:auto; margin-left:auto;

<body  style="border: 0;margin: 0px;" >
<div style="width:945px;height:100%;border:0px;margin-right:auto; margin-left:auto;" align="center">
<div class="MainMenu" style="width:945px;vertical-align:middle;">
</div>
</body>

  

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics