框架网页在不同分辨率的显示问题??
78815 2003-11-03 03:44:16 看我的源代码:
<html>
<head>
<title>武汉</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
</head>
<frameset framespacing="0" border="false" frameborder="0" rows="78,297,*">
<frame name="top" scrolling="no" target="contents" src="top.htm" noresize >
<frameset cols="235,565">
<frame name="contents" target="main" src="left.htm" scrolling="no" noresize>
<frame name="main" src="dongtai.htm" scrolling="auto" noresize>
</frameset>
<frame name="bottom" scrolling="no" target="contents" src="under.htm" noresize>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
800*600可以,但如是1024*768,网页就散架了,分成四个孤零零的部分,
也试过将框架放在表格中,将表格居中,但好象加不进去,
应该怎么办呢??