码迷,mamicode.com
首页 > 其他好文 > 详细

定位居中

时间:2015-05-20 13:06:23      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

<style type="text/css">
    body{position:relative;}
   .content{ width:600px;height:300px; position:absolute;top:50%; left:50%; margin-left:-300px; margin-height:-150px;}
</style>


<body>
 <div class="content"></div>
</body>
margin-left的数值为原本宽度的一半并且是负数
margin-height的数值为原本高度的一半并且是负数

定位居中

标签:

原文地址:http://www.cnblogs.com/coldfishdt/p/4516743.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!