INSIDE THIS BLOG>>>>>>

Marquee down direction with slide behavior

     1. Without Mouseover marquee code & Demo
Code:
<marquee direction="down" height=" 40px"  behavior="slide"> down direction with slide behavior marquee </marquee>
Demo   down direction with slide behavior marquee2.  Marquee Code and Demo with Mouseover
code:
<marquee direction="down"  height="40px" behavior="slide" 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