账号通
    

账号  

密码  

2912

查看

7

回复
主题:图片系统中 图片太大超出表格了,怎么处理!! [收藏主题] 转到:  
sun35 当前离线

167

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:1820 分
登录次数:140 次
注册时间:2006/12/19
最后登录:2013/7/20
sun35 发表于:2006/12/21 11:35:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线网校系统

<SCRIPT language=JavaScript type=text/JavaScript>
//改变图片大小
function resizepic(o)
{
var maxwidth=558;   //定义最大宽度
var maxheight=800;  //定义最大高度
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>

这里就是控制图片大小的代码,

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.04297秒 powered by KesionCMS 9.0