.photoresi ; 更新日期:2024/9/21 饿虎岗资源网" />

当前位置:首页 >> 网页制作

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


复制代码代码如下:
<img class="photoresize" style="border:1px solid #ccc; padding:2px; margin:10px;" src="/UploadFiles/2021-03-30/<%=rs("><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;}