2012-04-26 34 views
1

我無法點擊Internet Explorer - 8 and 9中的FaceBook圖標。Facebook圖標無法在Internet Explorer 8中點擊

Here is my JsFiddle

它在IE(7)和FF中正常工作。

標記

<div style="z-index: 1000;" class="footershareBox"> 
    <ul> 
     <li><strong>Share</strong> </li> 
     <li><span id="ctl00_ucFootercontainer_ucSocialShareIcons_lbFB"><a type="icon_link" 
      name="fb_share" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdish.amplio.biz%2FUSASatellite&amp;t=DISH%20Retailer%20USA%20Satellite%2C%20Inc.%2C%20Denver%2C%20CO&amp;src=sp" 
      style="text-decoration: none;"><span class="FBConnectButton_Simple"><span class="FBConnectButton_Text_Simple"> 
       Facebook</span></span></a><script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"></script></span> 
     </li> 
     <li><a target="_blank" id="ctl00_ucFootercontainer_ucSocialShareIcons_aLinkedin" 
      href="http://www.linkedin.com/shareArticle?url=http://dish.amplio.biz/USASatellite&amp;title=DISH+Retailer+Dish+User%2c+Denver%2c+CO&amp;summary=Save+with+DISH.+Why+would+you+ever+pay+more+for+TV%3f&amp;source=DISHNetwork"> 
      <img alt="" src="/Images/linkedin_share.gif" id="imgLinkedIn">LinkedIn</a> </li> 
     <li><a target="_blank" id="ctl00_ucFootercontainer_ucSocialShareIcons_aTwitter" href="http://twitter.com/share?url=http://dish.amplio.biz/USASatellite&amp;text=DISH+Retailer+Dish+User%2c+Denver%2c+CO - Save+with+DISH.+Why+would+you+ever+pay+more+for+TV%3f&amp;related=dish"> 
      <img alt="" src="/Images/twitter_share.gif" id="imgTwitter">Twitter</a> </li> 
    </ul> 
</div> 
+2

@遊客不僅8,但它是甚至沒有工作在IE 9 – Devjosh 2012-04-26 06:15:46

+1

因此,在IE 8中不起作用,但在IE 8中正常工作? awww he fixed it :( – 2012-04-26 06:18:59

+0

@訪客是幫忙滿... – 2012-04-26 06:52:42

回答

1

嘗試添加..

display:block; 

在你跨越式的標籤......

編輯JsFiddle

+0

你能不能展示你的JsFiddle please? – Pankaj 2012-04-26 06:34:17

+0

檢查jsfiddle的那個http://jsfiddle.net/f6ctA/3/ – 2012-04-26 06:36:40

+0

+1它正在工作 – Pankaj 2012-04-26 07:05:00