2011-12-09 99 views
0

以下是代碼。這在IE8和Chrome上工作正常,但在Firefox版本8以上,我遇到了問題。Firefox IFrame問題(從3.6版到8)

問題: - 在Firefox上,它只是顯示一些廣告,而不是實際的內容。

有人能幫我解決嗎?謝謝你的幫助。

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
    "http://www.w3.org/TR/html4/loose.dtd"> 
<html> 
    <head> 
     <title></title> 
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 

     <style type="text/css"> 
      <!-- 
      #container{ 
       overflow:hidden; 
      } 
      #container iframe { 
       width:1000px; 
       height:930x; 
       margin-left:-680px; 
       margin-top:-230px; 
       border:0; 
      } 
      --> 
     </style> 

    </head> 
    <body > 
     <div id="container"> 
      <iframe src="http://www.tsn.ca/" scrolling="no" height="930"></iframe> 
     </div> 
    </body> 
</html> 

回答

0

嘗試利用IFRAME使用相同的字符集,這是utf-8

+0

感謝和嘗試,但沒有幫助。難道我做錯了什麼 ? – Bujji

+0

不確定原因是什麼或錯在哪裏。祝你好運! – Teddy