INSIDE THIS BLOG>>>>>>

Right direction Marquee with scroll behavior

1. Without Mouseover marquee code & Demo
Code:
<marquee direction="right"  behavior="scroll"> right direction with scroll behavior marquee </marquee>
Dem right direction with scroll behavior marquee

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 right directon with scroll behavior marquee with mouseover

No comments:

Post a Comment