INSIDE THIS BLOG>>>>>>

Alternate Marquee with Right direction

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

No comments:

Post a Comment