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... Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.