欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
<style type=”text/css”>
 
.img_pro{width:120px;height:120px;overflow:hidden;position:relative;display:table-cell;text-align:center;vertical-align:middle; border:#ccc 1px solid;}
 
.img_pro a{position:static;+position:absolute;top:50%}
 
.img_pro a img{position:static;+position:relative;top:-50%;left:-50%;max-width:120px;_width:expression(this.width>120?”120px”:”atuo”);max-height:120px; _height:expression(this.height>120?”120px”:atuo);}
 
</style>
 
<div src=”http://www.baidu.com/img/baidu_logo.gif” /></a></div>

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css3-style/c60741.shtml