INSIDE THIS BLOG>>>>>>

Marquee right direction with slide behavior

   1.   Without Mouseover marquee code & Demo
Code:
<marquee direction="right"  behavior="slide"> right direction with slide behavior  marquee </marquee>
Demo right direction with slide behavior marquee2. Marquee Code and Demo with Mouseover
code:
<marquee direction="right"  behavior="slide" onMouseOver="this.stop();" onMouseOut="this.start();">left directon with scroll behavior marquee with mouseover</marquee>
Demo left directon with scroll behavior marquee with mouseover

No comments:

Post a Comment