dadamssg Posted July 13, 2009 Share Posted July 13, 2009 im trying to do a simple rollover submit button image...with no avail. heres what i got thats not working <input type='image' src='images/gobutton3.png' onMouseOver='this.src=images/gobbuton4.png'> when i roll over it, the original image just disappears... Link to comment https://forums.phpfreaks.com/topic/165792-rollover-submit-button-help/ Share on other sites More sharing options...
haku Posted July 13, 2009 Share Posted July 13, 2009 You are better off using CSS for rollovers. If you google it, you can find quite a few tutorials. Javascript rollovers rely on javascript being enabled. Link to comment https://forums.phpfreaks.com/topic/165792-rollover-submit-button-help/#findComment-874514 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.