Internet Explorer中的框架边框问题 [英] Frameset border problem in Internet explorer

查看:113
本文介绍了Internet Explorer中的框架边框问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 <!DOCTYPE html PUBLIC -  / p> 

/ W3C // DTD XHTML 1.0 Frameset // EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">
< html>
< frameset rows =*,65border =0framespacing =0>
< frame src =page.html/>
< frame src =footer.htmlscrolling =no/>
< / frameset>
< / html>

在Firefox和Safari浏览器中看起来非常好,但在IE8中看起来不错,上面还有一个很厚的边框页脚。如何解决这个问题?

解决方案

我认为这是

  frameborder =0


I am making a frameset page with the following code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
    <frameset rows="*,65" border="0" framespacing="0" >
        <frame src="page.html" />
        <frame src="footer.html" scrolling="no" />
    </frameset>
</html>

It looks so nice in Firefox and Safari but not in IE8, There is still a thick ugly border above the footer. How can I fix this problem ?

解决方案

I think it was

frameborder="0"

这篇关于Internet Explorer中的框架边框问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆