开发者

Frameset border problem in Internet explorer

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">
<开发者_JAVA百科;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"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜