css最大宽度 css控制图片的最大宽度及expression学习

建站知识 2021-07-03 08:43www.168986.cn长沙网站建设

复制代码
代码如下:

<img class="photoresize" style="border:1px solid #c; padding:2px; margin:10px;" src="<%=rs("img")%>" />
<style type="text/css">
.photoresize {
max-width:600px;
myimg:expression(onload=function(){
this.style.width=(this.offsetWidth > 600)?"600px":"auto"}
);
}
</style>
.neirong img{max-width:680px;myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 680)?"680px":"auto"});}
#upscroll li{ height:20px; line-height:20px;}

Copyright © 2016-2025 www.168986.cn 狼蚁网络 版权所有 Power by