怎么用HTML中的iframe技术(或者其他技术也可以)实现图中这种情况(左侧导航栏不动右侧显示),有代码最好 20
1个回答
展开全部
<html>
<head>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
<title></title>
</head>
<body>
<table>
<tr>
<td><a target="main" href="abouts.asp">左侧列表</a></td>
<td><iframe frameborder="0" id="main" name="main" scrolling="yes" src="abouts.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 900px; Z-INDEX: 1"></iframe></td>
</tr>
</table>
</body>
</html>
<head>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
<title></title>
</head>
<body>
<table>
<tr>
<td><a target="main" href="abouts.asp">左侧列表</a></td>
<td><iframe frameborder="0" id="main" name="main" scrolling="yes" src="abouts.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 900px; Z-INDEX: 1"></iframe></td>
</tr>
</table>
</body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询