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

【css】多行文字图片混排容器内垂直居中解决方案

时间:2014-09-12 20:29:33      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   strong   div   sp   on   html   

css:
 
.box-wrap{display:table;width:200px;height:200px;*position:relative;}/*最外边的容器,需固定宽高*/
.box-hack{display:table-cell;height:200px;vertical-align:middle;*position:absolute;*top:50%;}/*需要定义高度*/
.box-ctn{*position:relative;*top:-50%;}
 
html:
 
<div class="box-wrap">
<div class="box-hack">
<div class="box-ctn">
<img alt="图片" src="http://www.baidu.com/img/shouye_b5486898c692066bd2cbaeda86d74448.gif">
<p>这是文字这是文字这是文字</p>
</div>
</div>
</div>
 
demo地址:
 

【css】多行文字图片混排容器内垂直居中解决方案

标签:http   io   os   ar   strong   div   sp   on   html   

原文地址:http://www.cnblogs.com/zzuIvy/p/cssChuiZhiJuZhong.html

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