INSIDE THIS BLOG>>>>>>

Marquee left direction with Slide Behavior

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

No comments:

Post a Comment