码迷,mamicode.com
首页 > Web开发 > 详细

css mainDiv和popbox居中

时间:2015-03-18 17:23:07      阅读:130      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!