<SCRIPT language=JavaScript type=text/JavaScript>
//改变图片大小
function resizepic(o)
{
var maxwidth=700;   //定义最大宽度
var maxheight=2000;  //定义最大高度
var a=new Image();
a.src=o.src
if(a.width > maxwidth)
{
 o.style.width=maxwidth;
}
if (a.height> maxheight)
{
 o.style.height=maxheight;
}
}
//无级缩放图片大小
function bbimg(o)
{
 var zoom=parseInt(o.style.zoom, 10)||100;
 zoom+=event.wheelDelta/12;
 if (zoom>0) o.style.zoom=zoom+'%';
 return false;
}
</SCRIPT>
Tags: , ,

网站制作 | 评论(0) | 引用(0) | 阅读(604)
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]