Is there a way to make a form input of type image to have a rollover image?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
I would just use a normal submit input and use css sprites on it.
http://www.alistapart.com/articles/sprites
The same way as any other image. Change the
src
property when themouseover
event fires.Try this?