We can give more specific assistance if you post a link to your form. But to add a hover state to the CSS you posted there, add this:
[css]
.gform_wrapper .gform_footer input.button:hover
and also
[css]
.gform_wrapper .gform_footer input.button:active
and finally
[css]
.gform_wrapper .gform_footer input.button:focus
I've never had good luck getting this to work (especially with IE):
[css]
input[type='submit']
so I generally avoid it. To be super specific, you can add a class to your form and then target that in your theme's stylesheet. Or just get more specific with the CSS rules. If it's not working, please post a link to your form and we'll help you out.
Posted 12 years ago on Sunday July 15, 2012 |
Permalink