css mainDiv和popbox居中

<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>
posted @ 2015-03-18 15:51  净静竞——小晴  阅读(309)  评论(0编辑  收藏  举报