首页 > 其他 > 详细

定位居中

时间:2015-05-20 13:05:45      阅读:139      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!