Marquee

You can make marquee with javascript, but that need a lot of effort. With Dynamic HTML you can make marquee very very easily. They support Marquee tag!! This marquee tag is only for IE4 DHTML. Here is code;


  <marquee width="" height="" loop="" behavior="" align="" direction=""
  scrollamount="" scrolldelay="" border="">Your Text<marquee> 
    

You don't need loop, if you want to be continued your marquee. Behavior, there are three behavior in DHTML. Slide, scroll, and alternative. Align is text align. Top, middle or bottom. Scrollamount is speed. Scrolldelay is also speed of marquee.
Here is example
Go Back to Home.