舞動你的文字,巧用CSS中marquee屬性

來源:互聯網
上載者:User

文法:<marquee> …</marquee>

  使用移動屬性marquee,不僅僅可以舞動你的文字,還可以應用於圖片,表格等等。

  <marquee direction=left>歡迎光臨科訊青年學習頻道!</marquee>

  direction=left,表示方向。上面文字效果是“歡迎光臨科訊青年學習頻道!”從右向左移動!另外,方向還有right,up,down。

  除了方向,我們還可以添加其他限制的元素:

  移動的方式:

  迴圈移動:loop=n(n,表示次數)   繞圈移動:behavior=scroll   只走一次:behavior=slide   來回移動:behavior=alternate

  外觀:

  字型大小:<font size=n>(n,變數)   對齊:align=top/middle/bottom   底色:bgcolor=Blue(預定義色彩,如:Black,Olive,Teal,Red,Blue,Maroon, Navy,Gray,Lime,Fuchsia,White,Green,Purple,Silver,Yellow,Aqua或16進位數位)

  其它:

  速度:scrollamount=n(n,變數)   延時:scrolldelay==n(n,變數)

<marquee direction="向什麼方向移動" height="移動地區高度" width="移動地區寬度" scrollamount="移動速度" onmouseover=this.stop() onmouseout=this.start()>" 

onmouseover 設定滑鼠放在移動地區的時候暫停移動

onmouseout 滑鼠離開的時候繼續滾動

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.