******************************************

          Marquee語法教學 . . . . .

marquee語法的應用
分別使用在上下滑動的小貼圖上
創造趣味
複製下列語法貼到<body>與</body>之間


<!--上下滑動的小貼圖的高度及由左而右的絕對位置設定,第一行下行-->
<marquee style="position: absolute; left: 89px; top: 58px;"
scrollAmount=2 scrollDelay=100 direction=down loop=infinitief height="330">
<img src="貼圖網址.gif" width="80" height="80"></marquee>

 

<!--上下滑動的小貼圖高度及由左而右的絕對位置設定,第二行上升-->
<marquee style="position: absolute; left: 149px; top: 58px;"
scrollAmount=2 scrollDelay=100 direction=up loop=infinitief height="330">
<img src="貼圖網址.gif" width="80" height="80"></marquee>


瀟湘娘子