<!doctype html>
<html>
<head>
<meta charset=”utf-8″>
<title>輕松實現:垂直居中文字圖片</title>
<!– START Plugin CSS –>
<style type=”text/css”>
html{
font-size:12px;
}
.control{
width:600px;
border:1px solid #000;
padding:10px;
margin:0 auto;
}
.main_header{
border:1px solid blue;
height:100px
}
.main_body{
border:1px solid red;
height:500px
}
.main_footer{
border:1px solid #ccc;
height:100px
}
.main_header,.main_body,.main_footer{
margin-bottom:5px;
}
.content{
width:102px;
margin:10px auto;
overflow:hidden;
}
.content .info{
width:100px;
height:200px;
border:1px solid green;
display:table-cell;
vertical-align:middle;
margin:0 auto;
}
.content .fix{
display:inline;
width:0;
height:100%;
vertical-align:middle;
zoom:1; /*觸發IE hasLayout*/
}
.content .desc{
display:inline;
width:100%;
vertical-align:middle;
zoom:1; /*觸發IE hasLayout*/
}
.content .img{
float:left;
width:100px;
height:100px;
border:1px solid #333;
line-height:100px;
text-align:center;
*font-size:100px; /* IE */
}
.content img{
vertical-align:middle;
}
</style>
<!– END Plugin CSS –>
</head>
<body>
<div class=”control js_control”>
<!– START header –>
<div class=”main_header” >
header
</div>
<!– END header –>
<!– START body –>
<div class=”main_body”>
<div class=”content”>
<div class=”info”>
<div class=”fix”></div>
<div class=”desc”>
無霜制冷,不僅節能省電,還免去除霜煩惱。冷凍速度快,食材由內到外均勻凍透,保鮮效果好,口感新鮮,更能鎖住營養不流失。
</div>
</div>
</div>
<div class=”content”>
<div class=”img”>
<img src=”P020140403556494729753.jpg” width=”50″ height=”50″ />
</div>
</div>
</div>
<!– END body –>
<!– START footer –>
<div class=”main_footer”>
footer
</div>
<!– END footer –>
</div>
<!– START Plugin JS –>
<script type=”text/javascript”>
</script>
<!– END Plugin JS –>
新聞熱點
疑難解答