早上好,堆栈溢出!相当简单的问题 - 我正在尝试在 Drupal 上设置鼠标悬停图像,我再次提供这个,相当简单的图像标签:
<img src="http://www.gameaether.com/Images/stream_n3cril.png" onmouseover=""http://www.gameaether.com/Images/stream_n3cril_hover.png" onmouseout="http://www.gameaether.com/Images/stream_n3cril.png">
但是,当我提交更改时,Drupal 将其修改为:
<img onmouseout="this.src=''http://www.gameaether.com/Images/stream_nanakis.png" onmouseover="this.src=''http://www.gameaether.com/Images/stream_nanakis_hover.png" src="http://www.gameaether.com/Images/stream_n3cril.png" />
注意:“Nanakis”是我正在尝试做的另一张图片。全面的结果相同。
任何帮助,将不胜感激!