首页 > Web开发 > 详细

css mainDiv和popbox居中

时间:2015-03-18 17:22:20      阅读:325      评论:0      收藏:0      [点我收藏+]

<style>

    .beCenter {
        width:460px;
        height:212px;
        background:#ccc;
        margin:0px auto;
    }
    .beAllCenter{
        width:460px;
        height:212px;
        background:#f00;
        margin-left:-230px;
        margin-top:-106px;
        position:absolute;
        top:50%;
        left:50%;
    }
</style>
<div style="width:800px; height:600px; text-align:center; position:relative">
    <div class="beCenter"></div>
    <div class="beAllCenter"></div>
</div>

css mainDiv和popbox居中

原文:http://www.cnblogs.com/xl900912/p/4347429.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!