滾動的頁面

<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>
相關文章
相關標籤/搜索