Z
zmxjh
Unregistered / Unconfirmed
GUEST, unregistred user!
如
<img onmouseover='this.src="res://c:/html.dll/float.gif"'
src='res://c:/html.dll/normal.gif'></img>
只能正常显示normal.gif,为什么不能显示float.gif呢。
我本想希望当鼠标悬停在图片上时,由normal.gif变成float.gif,
但当这两个图片都来自dll动态库时,不能正常工作。
<img onmouseover='this.src="res://c:/html.dll/float.gif"'
src='res://c:/html.dll/normal.gif'></img>
只能正常显示normal.gif,为什么不能显示float.gif呢。
我本想希望当鼠标悬停在图片上时,由normal.gif变成float.gif,
但当这两个图片都来自dll动态库时,不能正常工作。