I have a big red button and I'm trying to use javascript to perform the following: -
- OnMouseDown change image so the button looks depressed
- OnMouseUp return to the initial image AND reveal a hidden div
I can get the onMouse Down and onMouseUp image changes part to work.
I can also get the hidden div to reveal by using OnClick
The problem is I can't get it all to work together.
How do I do this?
BTW, I'm sure its obvious, but I'm fairly new to javascript, so I appreciate your help