INSIDE THIS BLOG>>>>>>

Marquee down direction with scroll behavior

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

No comments:

Post a Comment