这篇“CSS怎么实现图片在div内垂直水平居中”文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇“CSS怎么实现图片在div内垂直水平居中”文章吧。
<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=”/file/upload/202210/19/snrmzlp001n.jpg” /></a></div>
以上就是关于“CSS怎么实现图片在div内垂直水平居中”这篇文章的内容,相信大家都有了一定的了解,希望小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注编程网行业资讯频道。