INSIDE THIS BLOG>>>>>>

Marquee up direction with Scroll Behavior

1. Without Mouseover marquee code & Demo
Code:
<marquee direction="up"  behavior="scroll"> up direction with scroll behavior marquee </marquee>
Demoup direction with scroll behavior marquee2. Marquee Code and Demo with Mouseover
code:
<marquee direction="up"  behavior="scroll" onMouseOver="this.stop();" onMouseOut="this.start();">up directon with scroll behavior marquee with mouseover</marquee>
Demo  up directon with scroll behavior marquee with mouseover

No comments:

Post a Comment