码迷,mamicode.com
首页 > 其他好文 > 详细

多行文字垂直居中

时间:2014-11-14 12:17:43      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   div   on   问题   

<html>  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
<title>多行文字垂直居中</title>  
<style>
.box{  
    display:table-cell;   
    width:100px;   
    height:100px;   
    border:4px solid #beceeb;   
    color:#069;   
    vertical-align:middle;  
    /* 解决IE6 问题 */
    _font-size:100px;
}  
.box a{  
    display:inline-block;   
    vertical-align:middle;  
    font-size:12px; 
}  
</style>
</head>  
  
<body>

      <div class="box">
         <a href="#">2013年01月曾答应博客园网站管理员会在博客园发</a>
      </div>

</body>  
</html>  

 

多行文字垂直居中

标签:style   blog   http   color   ar   sp   div   on   问题   

原文地址:http://www.cnblogs.com/zion0707/p/4096543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!