2010-11-30 1 views
0

TwitterのボタンとIE 8でこの問題が発生しています(これはIE 7とIE 6では問題ありません)。IE 8でのTwitterの問題

要するに、私がツイートボタンを実装すると、残りのテキストが表示されません。 FirefoxとSafariで正常に動作し、単なるIEの問題です。最後のサンプルクーポンにここで見ることができ、現在の問題は、クーポン3

http://www.ichibancoupons.com/?page=examples

Twitterのボタンのために生成されたコードは次のとおりです。

<div class="right-coupon-twitter"> 
<iframe title="Twitter For Websites: Tweet Button" style="width: 110px; height: 20px;" src="http://platform0.twitter.com/widgets/tweet_button.html?_=1291080504828&amp;count=horizontal&amp;lang=en&amp;text=Sample%20Coupon%203%20Sample%20coupon%203%20provided%20by%20Ichiban%20Coupon%20%20Management.&amp;url=http%3A%2F%2Fwww.ichibancoupons.com" allowtransparency="true" tabindex="0" class="twitter-share-button twitter-count-horizontal" frameborder="0" scrolling="no"></iframe> 
     <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> 
</div><!-- coupon-twitter --> 

は誰が引き起こしているものの任意のアイデアを持っていますこの問題と解決策?

+0

カップルはIE8で、私にとってはよさそうですIE8標準とIE7標準モードの両方)。そのアンカーのテキストはきれいです。多分あなたはスクリーンショットを与えることができますか? – tshao

+0

確かです。私はここにスクリーンショットを持っている:http://www.ichibancoupons.com/twitter_problem.html –

答えて

0

これが原因Iフレームは、IE8でのクロスドメインのコンテンツを許可していないという事実のために、(やや時代遅れ)ソリューションは、ここで見つけることができる可能性が高いです:中(Display cross domain content in IFrame (IE8)

関連する問題