How to start and stop a marquee statement?
Hi Friends,
Try this code. THis shows how to start and stop a marquee statement
---------
<body MS_POSITIONING="GridLayout">
<h3>How to start and stop a marquee statement.</h3>
<marquee direction="left" scrollamount ="3" onmouseover ="this.scrollAmount=0" onmouseout="this.scrollAmount=3" style ="cursor:hand">Welcome to Our website.</marquee> <br>
<br><br>
<b><u>View code below</u></b><br>
<marquee direction="left" scrollamount ="3" onmouseover ="this.scrollAmount=0" onmouseout="this.scrollAmount=3" style ="cursor:hand">Welcome to Our website.</marquee>
</body>
---------
Enjoy Programming.
Thank you.
(AMARJIT SINGH)
Thank you for this marquee example.