1. Without Mouseover marquee code & Demo
Code:
<marquee direction="down" behavior="scroll"> down direction with Scroll behavior marquee </marquee>
Demo2. 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>
Demo
Code:
<marquee direction="down" behavior="scroll"> down direction with Scroll behavior marquee </marquee>
Demo2. 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>
Demo
No comments:
Post a Comment