Разное  /  HTML 4.0 Design Guide  /  Text Tags  /  Marquee

О нас    Новости    Услуги    Портфолио    FAQ    Разное    Дом


Contents:

Page
Font
Text
Image
Form
Table
Frame
Inline
Marquee Basic


  Basic <marquee> ... </marquee>:
<marquee>Hello there!</marquee>
Hello there!


Scroll Attributes


  Direction <direction=#>:
    #=left, right
<marquee direction=left>Hello there!</marquee>
<P>
<marquee direction=right>Hello there!</marquee>
Hello there!

Hello there!


Behavior <bihavior=#>:
    #=scroll, slide, alternate

<marquee behavior=scroll>Hello there!</marquee>
<P>
<marquee behavior=slide>Hello there!</marquee>
<P>
<marquee behavior=alternate>Hello there!</marquee>
Hello there!

Hello there!

Hello there!


Loop <loop=#>:
    number=# or infinite

<marquee loop=3 width=50% behavior=scroll>Hello there!</marquee>
<P>
<marquee loop=3 width=50% behavior=slide>Hello there!</marquee>
<P>
<marquee loop=3 width=50% behavior=alternate>Hello there!</marquee>
Hello there!

Hello there!

Hello there!


Scroll Amount <scrollamount=#>:

<marquee scrollamount=50>Hello there!</marquee>
Hello there!


Scroll Delay <scrolldelay=#>:
<marquee scrolldelay=500 scrollamount=100>Hello there!</marquee>
Hello there!


Marquee Layout


  Align <align=#>:
    #=top, middle, bottom
<font size=6>
<marquee align=# width=200>Hello there!</marquee>
</font>
How are you doing?
Hello there! How are you doing?

Hello there! How are you doing?

Hello there! How are you doing?


Background Color <bgcolor=#>:
    #=rrggbb or name

<marquee bgcolor=aaaaee>Hello there!</marquee>
Hello there!


Size <height=# width=#>:
<marquee height=40 width=50% bgcolor=aaeeaa>
Hello there!
</marquee>
Hello there!


Margins <hspace=# vspace=#>:
********************************************<br>
Hello,
<marquee hspace=20 vspace=20 width=150 
bgcolor=ffaaaa align=middle>all of you!</marquee>
How are you doing?<br>
********************************************
********************************************
Hello, all of you! How are you doing?
********************************************



О нас    Новости    Услуги    Портфолио    FAQ    Разное    Дом

Разное  /  HTML 4.0 Design Guide  /  Text Tags  /  Marquee