Internet Explorer中的框架集边框问题

发布于 2024-08-20 01:30:21 字数 461 浏览 6 评论 0原文

我正在使用以下代码制作一个框架集页面

<!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>

它在 Firefox 和 Safari 中看起来很好,但在 IE8 中则不然,页脚上方仍然有一个粗丑的边框。我该如何解决这个问题?

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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对你而言 2024-08-27 01:30:21

我认为是

frameborder="0"

I think it was

frameborder="0"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文