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 background disapears

  1. Hi guys,

    I know this is a CSS conflict with my themes existing code but i can't work out whats causing it!

    The ReCaptcha background appears to begin with, and then dissapears (probably after another stylesheet overrides it)

    here's the form: http://dev.aspect-webdesign.com/wp/contact

    Could some one have a look and offer some advice?

    Thanks

    Posted 13 years ago on Friday July 9, 2010 | Permalink
  2. Here's the deal, it's related to a table style somewhere so when I inspected it, I found an inline style on the page that's overriding the td image background.

    screenshot

    In looking at your source, I see a bunch of inline styles marked as "tablecloth" styles, which I assume are loaded automatically via a plugin that implements the "tablecloth" table formatting script.

    That could also explain why you see the images for a second, then they disappear. It takes a second for the script to load.

    If you are using a plugin for the table styles, I would try deactivating it and see if that remedies your issue. If you're theme loads that manually, you may have to remove it or try to modify the CSS output to exclude the recaptcha table.

    Posted 13 years ago on Friday July 9, 2010 | Permalink