IE8图片上传预览

$("#smallImg").attr('style', "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);width:80px;height:80px; text-align:center");
document.getElementById("smallImg").filters.item("DXImageTransform.Microsoft.AlphaImageLoader").src = imgSrc;
smallImg可以为div也可以为img标签

猜你喜欢

转载自www.cnblogs.com/wsfu/p/10762252.html