乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      HTML文字代碼

       昵稱27831725 2016-10-19
      marquee標簽屬性詳解

      direction

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

      direction="left"

      向左(默認值)

       

      <marquee direction="left">我向左滾動</marquee>

       

      我向左滾動

      direction="right"

      向右

      <marquee direction="right">我向右滾動</marquee> 我向右滾動

      direction="up"
      向上

       

      <marquee direction="up">我向上滾動</marquee>

       

      我向上滾動

      direction="down"

      向下

       

      <marquee direction="down">我向下滾動</marquee>

       

      我向下滾動

      behavior

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

      behavior="alternate"

      來回滾動

      <marquee behavior="alternate">我來回滾動</marquee> 我來回滾動

      behavior="scroll"

      單方向循環(huán)滾動

       

      <marquee behavior="scroll">我單方向循環(huán)滾動</marquee>

       

      <marquee behavior="scroll" direction="up" height="30">我改單方向向上循環(huán)滾動</marquee>

       

      我單方向循環(huán)滾動

       

      我改單方向向上循環(huán)滾動

      behavior="slide"

      只滾動一次

       

      <marquee behavior="slide">我只滾動一次</marquee>

       

      <marquee behavior="slide" direction="up">我改向上只滾動一次了</marquee>

       

      我只滾動一次

       

      我改向上只滾動一次了

      loop

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

      loop="2"

      滾動2次

       

      <marquee loop="2">我滾動2次。</marquee>

       

      我滾動2次。

      loop="infinite"

      無限循環(huán)滾動

       

      <marquee loop="infinite">我無限循環(huán)滾動。</marquee>

       

      我無限循環(huán)滾動。

      loop="-1"

      無限循環(huán)滾動

       

      <marquee loop="-1">我無限循環(huán)滾動。</marquee>

       

      我無限循環(huán)滾動。

      scrollamount速度屬性

      scrolldelay

      延時屬性

      屬性的參數(shù)值

      示例代碼

      示例

      scrollamount="100"

      速度很快

       

      <marquee scrollamount="100">我速度很快</marquee>

       

      我速度很快

      scrollamount="50"

      速度慢了些

       

      <marquee scrollamount="50">我慢了些。</marquee>

       

      我慢了些。

      scrolldelay="30"

      小步前進

       

      <marquee scrolldelay="30">我小步前進。</marquee>

       

      我小步前進。

      scrolldelay="1000" scrollamount="100"

      大步前進

       

      <marquee scrolldelay="1000" scrollamount="100">我大步前進。</marquee>

       

      我大步前進。

      bgcolor

      屬性

      背景顏色

      屬性的參數(shù)值

      示例代碼

      示例

       

      bgcolor屬性文字滾動范圍的背景顏色,參數(shù)值是16進制(形式:#AABBCC或#AA5566等)或預定義的顏色名字(如red、yellow、blue等)。

       

      <marquee behavior=="slide" direction="left" bgcolor="yellow">我的背景色是黃色的</marquee>

       

       

      我的背景色是黃色的

      width

      height

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

       

      width和height屬性的作用決定滾動文字在頁面中的矩形范圍大小。
      width屬性用以規(guī)定矩形的寬度,height屬性規(guī)定矩形的高度。
      這兩個屬性的參數(shù)值可以是數(shù)字或者百分數(shù),數(shù)字表示矩形所占的(寬或高)像素點數(shù),百分數(shù)表示矩形所占瀏覽器窗口的(寬或高)百分比。

       

      <marquee width="300" height="30" bgcolor="red">我寬300像素,高30像素。</marquee>

       

      我寬300像素,高30像素。

      hspace

      vspace

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

       

      hspace和vspace屬性這兩個屬性決定滾動矩形區(qū)域距周圍的空白區(qū)域。

       

       

      <marquee width="300" height="30" vspace="10" hspace="10" bgcolor="red">我矩形邊緣水平和垂直距周圍各10像素。</marquee>

      <marquee width="300" height="30" vspace="50" hspace="50" bgcolor="red">我矩形邊緣水平和垂直距周圍各50像素。</marquee>

       

      我矩形邊緣水平和垂直距周圍各10像素。

       

       

      我矩形邊緣水平和垂直距周圍各50像素。

       

       

      onmouseover

      =this.stop() onmouseout

      =this.start()

      屬性

      屬性的參數(shù)值

      示例代碼

      示例

      表示當鼠標移上區(qū)域的時候滾動停止,當鼠標移開的時候又繼續(xù)滾動。

       

      <marquee onmouseover=this.stop() onmouseout=this.start()>表示當鼠標移上區(qū)域的時候滾動停止,當鼠標移開的時候又繼續(xù)滾動。</marquee>

       

      表示當鼠標移上區(qū)域的時候滾動停止,當鼠標移開的時候又繼續(xù)滾動。

      valign

      align

      對齊屬性

      這里是輸入文字 這里是輸入文字 這里是輸入文字 valign 表示元素的垂直對齊方式,值可以是top,middle,bottom,默認為middle。這個屬性在TABLE標簽的表格處理文字。

      <MARQUEE scrollAmount=3 behavior=alternate>

      <TABLE

      borderColor=#003333

      align=center border=1>
      <TBODY>
      <TR><TD> 這個屬性在TABLE標簽的表格處理文字。
      </TD>
      </TR>
      </TBODY>
      </TABLE>

      </MARQUEE>

       

      這個屬性在TABLE標簽的表格處理文字。

      align 表示元素的水平對齊方式,值可以是left,center,right,默認為left。這個屬性決定滾動文字位于距形內(nèi)邊框的上下左右位置。

      <marquee direction=up width="300" height="200" bgcolor=#ccffff><P align=center>這個屬性決定滾動文字位于距形內(nèi)邊框的上下左右位置。</P></marquee>

       

      這個屬性決定

      滾動文字位于

      距形內(nèi)邊框

      的上下左右位置。

        本站是提供個人知識管理的網(wǎng)絡存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權內(nèi)容,請點擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多