|
主题:请问一生版主,会员中心的这段代码怎么能兼容IE8 [收藏主题] |
var FFextraHeight = 0;
if(window.navigator.userAgent.indexOf("Firefox")>=1) { FFextraHeight = 16; } function ReSizeiFrame(iframe) { try{ if(iframe && !window.opera) { iframe.style.display = "block"; if(iframe.contentDocument && iframe.contentDocument.body.offsetHeight) { iframe.height = iframe.contentDocument.body.offsetHeight + FFextraHeight; } else if (iframe.Document && iframe.Document.body.scrollHeight) { iframe.height = iframe.Document.body.scrollHeight; //alert(iframe.Document.body.scrollHeight); } } }catch(e){} } function init() { ReSizeiFrame($("#main")[0]); } |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |