I have three png files for my up/over/down button states.
How do I make such a button in html?
Looking for something like:
<button id="myButton" upState="upstate.png" downState="downstate.png" overState="overState.png" onClick="someFunction()"/>
Obviously that's not how it works. But that's how I want it to work. What is the easiest/best way to make such a button. No flash allowed.