您的位置:首页 > 其它

图片上下左右居中等比缩放

2015-12-23 16:09 337 查看
#indexcar ol{ position:absolute; width: 2012em; }
#indexcar ol li{ float:left; text-align:center; }
#indexcar ol li a.img{ display:block; text-align:center; font-size:0px;}
#indexcar ol li a.img img{ margin:auto; border:1px solid #d6d6d6; padding:2px; background:#fff;}
#indexcar ol li a img{max-width:176px;
width: expression(this.width >176 && this.width > this.height ? 176px : 'auto';);
max-height:143px;
height: expresion(this.height > 143 ? 143px : 'auto';); }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: