Is there any plan to fix the retweet button in IE so that it doesn't display with a white background?
retweet button displays poorly in IE
4 posts, started 2 years ago by markd-
Posted 2 years ago by markd
-
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
SarahPosted 2 years ago by Sarah -
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 -
@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.
