- 注册
- 2002-10-12
- 消息
- 47,114
- 荣誉分数
- 2,376
- 声望点数
- 393
screen.width-333)this.width=screen.width-333' onmousewheel='return img_onmousewheel(this)'>
******** language=javascript>
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;
}
**********>
******** language=javascript>
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;
}
**********>