因分辨率不同而造成的frame页显示位置差错的问题,高分

陈小弟110 2003-03-20 01:51:07
<html>
<head>
<title>上海经意实业有限公司</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="141,*" cols="177,*" frameborder="NO" border="0" framespacing="0">
<frame name="cornerFrame" scrolling="NO" noresize src="head.html" >
<frame name="topFrame" scrolling="NO" noresize src="top.html" >
<frame name="leftFrame" scrolling="NO" noresize src="left.html">
<frame name="mainFrame" src="right.html">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<link rel="stylesheet" href="../css/Css.css" type="text/css">
</body>
</noframes>
</html>

...全文
32 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
meizz 2003-03-20
  • 打赏
  • 举报
回复
<!-- 我建议你用iframe: -->
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<meta name='author' content='F.R.Huang(meizz梅花雨)//www.meizz.com'>
<title>用 iframe 模拟 frame 使网架网页能够居中</title>
</head>

<body topmargin=0 leftmargin=0><center>
<table border=0 width=780 height=100% cellspacing=0 cellpadding=0 align=center>
<tr><td width=780 colspan=2 height=100>
<iframe width=100% height=100% frameborder=1></iframe>
</td></tr>
<tr>
<td width=180>
<iframe width=100% height=100% frameborder=1></iframe>
</td>
<td width=600>
<iframe width=100% height=100% frameborder=1></iframe>
</td>
</tr>
</table>
</center></body></html>

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧