0
我正在將HTML文件加載到iframe
中,並且它具有鏈接的CSS文件*。這在Mozilla中按預期工作,但不在IE和Chrome中,根本沒有應用CSS。我怎樣才能解決這個問題?iframe中的樣式化HTML頁面的問題(在Chrome和IE中)
*產生的iframe中使用Microsoft Excel
<div id="reportholder" style="width:100%; height:100%;">
<iframe name="framename" style="width:100%;height:100%" id="myframe" src="Areas/askue_akt/App_Data/08022011000000.html"></iframe>
</div>
HTML:
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1251">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link id=Main-File rel=Main-File href="../08022011000000.html">
<link rel=File-List href=filelist.xml>
<link rel=Edit-Time-Data href=editdata.mso>
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table...
一些相關的代碼會非常有用;) – 2011-02-08 06:40:18
作爲一個附註,爲什麼要使用$ .append來加載一個HTML文件...爲什麼不改變src屬性呢? – aviraldg 2011-02-08 06:42:10