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.

IE7 Submit Button (image) issue

  1. Just testing a form in IE7 and have noticed the submit button (an image I'm using) has fallen behind the text areas above it and is almost entirely out of view.

    Could this be something to do with it being an image?

    http://www.zoost.ie/contact

    Posted 13 years ago on Friday May 28, 2010 | Permalink
  2. Nope, nothing to do with it being an image. The issues is with the containing div height. It's coming from a property on line 69 of your ie7.css style sheet. You're declaring a set height for the .ginput_container class which wraps the textarea/paragraph field. Since the height is too small, it's letting the textarea overflow and the button ends up being hidden behind it.

    .ginput_container {height:35px;}

    If you remove that, It should work fine.

    Please note that Gravity Forms default styling has been tested and works fine in IE7. Of course, there could be some issues based on inheritance from the theme styles, but most of the time there is no need to do extra tweaking in IE7 to get things to display properly.

    Posted 13 years ago on Friday May 28, 2010 | Permalink
  3. Thanks for that Kevin, problem solved!

    Posted 13 years ago on Friday May 28, 2010 | Permalink

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