[转]div中的文字居中

1.对于单行文字
  
<div class="label_middel" style="width:40px;">居中的文字</div>

   .label_middel{
        height:34px;
        overflow:hidden;
        line-height:34px;
        TEXT-ALIGN: center;
    }
  关键在于:line-height:34px; height:34px;即line-height==height  以及 text-align

2.对于多行文字

posted @ 2009-10-11 11:04  S.H  阅读(289)  评论(0编辑  收藏  举报