本站大部分代码都有演示效果(就在每页底部)
两个iframe的滚动条一起滚动
<html>
<head>
<title>两个iframe的滚动条一起滚动-网页特效代码大全网corp.jimdo.com</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="test/link1.htm" width="100%" height="100%"></iframe></td>
<td height="453"><iframe name="bb" src="test/link2.htm" width="100%" height="100%"></iframe></td>
</tr>
</table>
</center>
</div>
</body>
</html>
网页特效代码大全

