几个js
时间:2005-09-27 来源:ydlhero
几个js
里面的小秘密,用标签分割
以前从来没想过“下拉列表”居然也有分组的属性~~真是很兴奋~~,实际上和软件的某些功能已经很相像啦~~用法
举例如下:
代码:
1-1
1-2
2-1
2-2
3-1
3-2
拖动鼠标放大图片的js
function img_onmousewheel(o)
{
var zoom = parseInt(o.style.zoom, 10) || 100;
zoom += event.wheelDelta / 12;
if (zoom > 0) o.style.zoom = zoom + '%';
return false;
}
screen.width)this.width=screen.width"
border=0>
里面的小秘密,用标签分割
以前从来没想过“下拉列表”居然也有分组的属性~~真是很兴奋~~,实际上和软件的某些功能已经很相像啦~~用法
举例如下:
代码:
1-1
1-2
2-1
2-2
3-1
3-2
拖动鼠标放大图片的js
function img_onmousewheel(o)
{
var zoom = parseInt(o.style.zoom, 10) || 100;
zoom += event.wheelDelta / 12;
if (zoom > 0) o.style.zoom = zoom + '%';
return false;
}
screen.width)this.width=screen.width"
border=0>
相关阅读 更多 +