本人亲测可用。
#article img { /*-- 专门用于限定文章DIV下的图片 --*/
max-width: 150px;
max-height: 50px;
}
* html #article img {
width: expression(this.width > 150 && this.width > this.height ? 150 : auto);
height: expresion(this.height > 50 ? 50 : auto);
}
相关文章
- css实现背景图拉伸(css背景拉伸,有图例) (浏览: 61071, 评论: 4)
- 针对IE6,IE7,firefox的CSS hack写法 (浏览: 14321, 评论: 0)
- 网上搜集的一些漂亮网页特效1 (浏览: 13023, 评论: 0)
- 十个很有效的css小技巧 (浏览: 12309, 评论: 0)
- 百度知道一张图片实现圆角边框的CSS (浏览: 11856, 评论: 4)
发表评论



