滚动的页面

<html>
02     <head>
03         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
04         <title>公告滚动JS代码</title>
05     </head>
06      
07     <body>
08         <div align="center">
09             <table border="1" width="206" cellspacing="0" cellpadding="0"style="border-collapse: collapse" height="90"  id="table1">
10                 <tr>
11                     <td valign="top">
12                         <MARQUEE onmouseover=this.stop() onmouseout=this.start()scrollAmount=1 scrollDelay=100 direction=up height="99%">
13                          <TABLE cellSpacing=0 cellPadding=0 width="95%" align=centerborder=0>
14                             <TBODY>
15                               <TR>
16                                 <TD vAlign=top height=120>
17                                    <P style="LINE-HEIGHT: 150%;font-size:9pt">
18                                     <FONT color=#000033><A href="#" >欢迎您光临!</A></FONT><BR>
19                                     <FONT color=#000033><A href="#">更多很棒的源代码...</A></FONT><BR>
20                                     <FONT color=#000033><A  href="#">一个学习型的源码网站... </A></FONT><BR>
21                                     <FONT color=#000033><A href="#">若是有建议请提交给咱们... </A></FONT><BR>
22                                     <FONT color=#000033><A href="#">很是感谢你们常常光顾</A></FONT><BR>
23                                     <FONT color=#000033><A href="#">再次感谢你们,再见</A></FONT>
24                                 </TD>
25                               </TR>
26                             </TBODY>
27                           </TABLE>
28                         </MARQUEE>
29                     </td>
30                 </tr>
31             </table>
32         </div>
33     </body>
34 </html>
相关文章
相关标签/搜索