INSIDE THIS BLOG>>>>>>

Simple Marquee: Left Direction

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

No comments:

Post a Comment