翻转图像与按钮

时间:2011-04-22 16:42:24

标签: html forms rollover

有没有办法让类型图像的表单输入有翻转图像?

3 个答案:

答案 0 :(得分:3)

试试这个?

<input type="image" value="someValue" src="yourImage.gif" width="widthInPixels" height="heightInPixels" onmouseover="this.src='yourImageRollover.gif';" onmouseout="this.src='yourImage.gif';"> 

答案 1 :(得分:2)

与任何其他图像相同。当src事件触发时更改mouseover属性。

答案 2 :(得分:1)

我会使用正常的提交输入并在其上使用css sprites。

http://www.alistapart.com/articles/sprites