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.

recaptcha html broken in IE

  1. Hi
    Is there any way u guys can fix the broken table on the Recaptcha?
    Looks ok in firefox but is broken (images is sliding out of the table) in IE8.

    Or maybe u have some tip on how to rewrite just that table around the recaptcha.

    http://arkitektgruppen.nu/kontakt/

    BR Jens F

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  2. The reCaptcha markup actually comes from their service and is just included in the form dynamically.

    I did a test on a standard Gravity Forms installation and the table renders okay in IE8, IE7 and all the others I tested

    IE8 Screenshot

    I used the IE8 developer tools to try and isolate the issue you're having, and while I wasn't able to find the exact problem, it looks like the small icon images are inheriting some property from elsewhere in your theme. Also, If I toggled the "display:block" property off of the .recaptchatable TD IMG declaration, then some of the extra spacing collapsed.

    Screenshot

    Hopefully, that will help get you close to finding the problem.

    Posted 14 years ago on Monday November 23, 2009 | Permalink