INSIDE THIS BLOG>>>>>>

Simple Marquee: Right Direction

1. Without Mouseover marquee code & Demo
Code:
<marquee direction="right">edit the text</marquee>
Demo right directon marquee 2. Marquee Code and Demo with Mouseover
code:
<marquee direction="right" onMouseOver="this.stop();" onMouseOut="this.start();">left directon marquee with mouseover</marquee>
Demo right directon marquee with mouseover


No comments:

Post a Comment