让图片自适应外DIV 而不是拉伸的方法

来源:互联网 发布:网络播放器哪个最好 编辑:程序博客网 时间:2024/06/01 09:29
#ulRecomList img{max-width:170px; max-height:127px;display:inline !important;
                 scale:expression((this.offsetWidth > this.offsetHeight)?(this.style.width = this.offsetWidth >= 170 ? "170px" : "auto"):(this.style.height = this.offsetHeight >= 127 ? "127px" : "auto")); 
                 background-image:url(/images/cardetailphoto/process.gif) no-repeat ; }
原创粉丝点击