一直困扰在DIV+CSS中图片垂直局中的问题,今天中午终于解决了,现在把文件发布出来:
.box {
display: table-cell;
vertical-align:middle;
text-align:center;
*display: block;
*font-size: 200px;
*font-family:Arial;
width:300px;
height:200px;
border: 1px solid #eee; }
.box img {
vertical-align:middle; border:0;}
<div class=”box”><a href=”https://www.onepound.cn” target=”_blank”><img src=”https://www.onepound.cn/images/ownlogo.gif” alt=”" /></a></div>