2010-09-05 149 views
1

此簡單框架集在Firefox中不起作用(IE7,8,Chrome無問題)。 main不會出現,但footer呢。屏幕頂部有一個框架窗口分隔線,但即使拉下分隔線後,也不會顯示main內容。未在Firefox中顯示框架內容

它在DOCTYPE下進行驗證。有任何想法嗎?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title></title> 
    <meta http-equiv="cache-control" content="no-cache"/> 
    <meta http-equiv="pragma" content="no-cache"/> 
    </head> 
     <frameset rows="*,33"> 
      <frame name="main" src="internalpage.html" /> 
      <frame name="footer" src="http://www.example.com/externalpage.html" /> 
     </frameset> 
</html> 
+0

它顯示在我的Firefox中! – aularon 2010-09-05 00:51:30

+0

可能無關緊要,但是由於您顯然嘗試過並且失敗了,爲何不指出Firefox版本以及您嘗試使用的操作系統? – 2010-09-05 01:13:06

+0

非常奇怪。 @Bert F ...我運動着一個Mozilla/5.0(Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8)Gecko/20100722 Firefox/3.6.8 – Kyle 2010-09-05 02:21:51

回答