retweet button displays poorly in IE

4 posts, started 2 years ago by markd
  1. Is there any plan to fix the retweet button in IE so that it doesn't display with a white background?

    Posted 2 years ago by markd
  2. What version of IE and what resolution do you have your screen set to so that we can add this to our testing requirements.

    Many thanks
    Sarah

    Posted 2 years ago by Sarah
  3. Hi Mark,

    The iframe that the button is rendered in, by default, should have a transparent background in any browser. If you are embedding the button in your own site, a stylesheet may be overriding this default and changing the background colour of that iframe.

    Try adding the following to your site's stylesheet and get back to us:

    iframe {
    background: transparent;
    }

    Posted 2 years ago by Nick Telford
  4. @Mark,

    This doesn't fix anything in IE and i am using version 8 of this crappy browser.

    I had to fix it using js to insert the attribute allowTransparency = "true" in the iFrame tag.

    Posted 2 years ago by robbert

Topic Closed

This topic has been closed to new replies.