js滚动对联广告代码,可自行调整宽度

发布时间:2020-05-04编辑:脚本学堂
分享一段js对联广告代码,具体物理弹性滚动特性的对联广告代码,在展示效果时可自行调整弹性宽度,对于在大尺寸页面中显示对联广告效果,是个不错的例子。

js对联广告代码,可自行调整弹性宽度。

物理弹性滚动对联广告代码,效果图:

滚动对联广告代码

代码:
 

复制代码 代码示例:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>物理弹性滚动对联广告代码_脚本学堂</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language=javascript src="js/ad.js"></script>
<table width="778" height="1500" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f4f4f4">
  <tr>
    <td align="center" valign="top"><br>
    <br>
    <table width="63%" height="108" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="32" align="center"><strong>物理弹性滚动对联广告代码 </strong></td>
      </tr>
     </table>
    <p></p>
    <p>物理弹性滚动对联广告代码,可自行调整弹性宽度。</p>
    <p></p></td>
  </tr>
</table>
</body>
</html>

源码下载:
8-duilian.rar