INSIDE THIS BLOG>>>>>>

Marquee with left direction and scroll behavior

1. Without Mouseover marquee code & Demo
Code:
<marquee direction="left"  behavior="scroll"> left direction with scroll behavior marquee </marquee>
Demo left directiom marquee with scroll behavior 2. Marquee Code and Demo with Mouseover
code:
<marquee direction="left"  behavior="scroll" 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