1. Without
Mouseover marquee code & Demo
Code:
<marquee direction="right" behavior="scroll"> right direction with scroll behavior marquee </marquee>
Dem
2. Marquee Code and Demo with Mouseover
code:
<marquee direction="left" behavior="scroll" onMouseOver="this.stop();" onMouseOut="this.start();">right directon with scroll behavior marquee with mouseover</marquee>
Demo
Code:
<marquee direction="right" behavior="scroll"> right direction with scroll behavior marquee </marquee>
Dem
2. Marquee Code and Demo with Mouseover
code:
<marquee direction="left" behavior="scroll" onMouseOver="this.stop();" onMouseOut="this.start();">right directon with scroll behavior marquee with mouseover</marquee>
Demo
No comments:
Post a Comment