PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Button won't detect "hover" state

  1. Has anyone encountered an issue with creating three state buttons - (active, hover and click) for GravityForms? Using Firebug I have checked the state of the button and when I hover the mouse over the "submit" button, Firebug does not report that it is detecting a hover and is therefore ignoring my CSS. I have been playing around and researching for a whole day now, and also tried updating functions.php with the filter to change the button but no joy.

    Link to the form is http://www.weblinedesign.com.au/contact-us

    Any help would be greatly appreciated.

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  2. Your hover state declaration is written incorrectly. You have it set to: .gform_button a:hover {} when it should just be .gform_button:hover {}

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  3. Thank you so much! Working perfectly now.

    Posted 12 years ago on Monday November 14, 2011 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Monday November 14, 2011 | Permalink

This topic has been resolved and has been closed to new replies.