How can you add a hover effect when using an image as the submit button?
How can you add a hover effect when using an image as the submit button?
Check out the example at the bottom of this page:
http://www.gravityhelp.com/documentation/page/Gform_submit_button
Perfect! Thanks Rob.
I'm having the other problem...my "submit" button is hidden until you hover over it? Any ideas on how to get it to show up without hovering over?
Thanks
Carla :)
Carla, can you post a link to your form.
Hey Carla, it's due to this: Screenshot
A quick fix would be to drop this into your theme's stylesheet:
[css]
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
background: #F7F7F7;
border: 1px solid #E6E6E6 !important;
padding: 5px;
color: #FB0D88;
}
worked perfectly!
Thanks a bunch!
:)
No problem, glad to help!