居中问题

div
        {
            position:absolute;
            width:500px;
            height:260px;
            top:50%;
            left:50%;
            margin-left:-250px;
            height:-130px;
            z-index:1000;
        }

 

文字居中:text-align:center; height:22px;line-height:22px;设置显示文字的标签的高和line-height的高一样就行了!

posted @ 2010-08-17 21:05  唔愛吃蘋果  阅读(107)  评论(0编辑  收藏  举报