翻转图像与按钮 [英] rollover image with buttons

查看:77
本文介绍了翻转图像与按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法让类型图像的表单输入具有滚动图像?

Is there a way to make a form input of type image to have a rollover image?

推荐答案

试试这个吗? / p>

Try this?

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

这篇关于翻转图像与按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆