最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
css 图片等比例缩放
时间:2022-06-25 10:17:45 编辑:袖梨 来源:一聚教程网
/* for firefox & ie7 */
代码如下 | 复制代码 |
* html .thumbimaged { /* for ie6 */ width: expression(this.width > 650 && this.width > this.height ? "650px" :auto); height: expression(this.height > 650 ? "650px" :auto); } |
方法二
代码如下 | 复制代码 |
* html .thumbimg {width: expression(this.width > 530 && this.width > this.height ? "530px" :auto); height:expression(this.height >530 ? "530px":auto);}/* for ie6 */ |
方法三
代码如下 | 复制代码 |
width: expression(this.width >150 && this.width > this.height ? "150px" : "auto"); height: expression(this.height >48 ? "48px" : "auto"); |
相关文章
- 山海进化录马腹获取方法位置分享 10-15
- 神宠降临宠物经验与核心获取攻略 10-15
- 大武道武技绝技选择思路分享 10-15
- 杖剑传说粗炼石获取方法途径分享 10-15
- 华夏千秋琴艺段位作用介绍说明 10-15
- 《航海王启航》“青年白胡子”登场,巅峰对决赢限定伙伴! 10-15