站 内 搜 索
热门特效推荐
您当前位置:
中国素材首页
>>
网页特效
>>
框架类
>> 两个iframe的滚动条一起滚动
两个iframe的滚动条一起滚动
中国素材网 www.sucai86.com 2005-3-23 16:55:29 流量数:
两个iframe的滚动条一起滚动
[
查看演示
] 源码如下
----------------------------------------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Keywords" content="51windows.Net">
<META NAME="Author" CONTENT="haiwa">
<title>两个iframe的滚动条一起滚动-51windows.Net</title>
<style>
<!--
* {font:menu}
-->
</style>
</head>
<body>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" width="600" height="453">
<tr>
<td height="453"><iframe name="aa" src="11.htm" width="100%" height="100%"></iframe></td>
<td height="453"><iframe name="bb" src="22.htm" width="100%" height="100%"></iframe></td>
</tr>
</table>
</center>
</div>
</body>
</html>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div> ----------------------------------------------------------------------------------------
欢迎来到中国素材网!