2007-08-12, 06:57
|
#1 (页面定位)
|
|
新手上路
|
VBB在所见即所得模式下帖图为什么显示不出来呢?
如下所示:
引用:
|
<IMG onmousewheel="return imgzoom(this);" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" alt="" src="http://mimg.qihoo.com/qhimg/msn_img/...219/00a13d.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>
|
|
|
|