div模块垂直水平居中

<style><!--
#center
    {
        height:300px;
        width:300px;
        background-color:#cdcdcd;
        position:absolute;left:50%;top:50%;
margin-left:-150px;
margin-top:-150px;
    }
--></style>
<div id="center">position:absolute;left:50%;top:50%; margin-left:-元素自身宽度的一半; margin-top:-元素自身高度的一半;</div>

 

position:absolute;left:50%;top:50%; margin-left:-元素自身宽度的一半; margin-top:-元素自身高度的一半;
posted @ 2013-06-25 11:34  阿猫小覃  阅读(226)  评论(0编辑  收藏  举报