Frameset border problem in Internet explorer

2019-02-27 03:30发布

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 ?

1条回答
叼着烟拽天下
2楼-- · 2019-02-27 04:06

I think it was

frameborder="0"
查看更多
登录 后发表回答