I am trying to apply a css rollover to the submit and reset buttons for a form. Here is the code I'm using, the onClick function is for a input validation script.
That just sets the background colour for the table cell as you've got it there. You need to apply a link, hover and active (and optionally a focus state) to get a rollover effect.
sticks464 -> RE: CSS Rollover (2/7/2007 7:47:06)
I understand that. What I want to know is, can I apply a hover effect without changing the code. I'm thinking I will have to use javascript, but would rather use css if possible.