您的位置: 首页 > 源码资料

纯css图片自动按比例缩小代码(防止页面被图片撑破)

源码资料 时间:2010-03-26 作者/发布人:pc354 点击:3511
<style type=”text/css”>
< !–
img{
border:0;
margin:0;
padding:0;
max-width:650px;
width: expression_r(this.width > 650 && this.width > this.height ? 650px : ‘auto’;);
max-height:1650px;
height: expresion(this.height > 1650 ? 1650px : ‘auto’;);
} –>
< /style>

<img height="800" alt="" width="1280" src="pc35.com.jpg" />
--------------------------全文完----------------------------
0% (0)
0% (0)
整站字母快速检索: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9 0

综合报道 经济形势 劳动就业 政策法规 热点推荐 创业新闻 创业指导 创业课堂 创业故事 大学生创业 | 装修日记 | 学驾驶经历 | 免费信息发布 | 网站地图

地址:合肥市临泉路香格里拉花园 邮箱:pc354@163.com QQ:55769640 | 皖ICP备06007228号 
版权所有:科杰服务(www.pc354.com) 建议使用IE7.0或以上版本,最少1280分辨率浏览本站,可获得最佳浏览效果

飞到顶部