microait
10-29-2008, 12:31 PM
1) CODE TITLE: Marquee with Mouse
2) AUTHOR NAME/NOTES: Mohammad Ashfaq Saqi
3) DESCRIPTION: It is a simple and easy way to control marquee. On mouse over it stop and on mouse out it start again. Actually it is very easy way so that i have submitted this code.
4) URL TO CODE:
or, ATTACHED BELOW (see #3 in guidelines below):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:: Marquee with Mouse ::</title>
</head>
<body>
<marquee onmouseover=this.stop() onmouseout=this.start() behavior="scroll" scrollamount="3" direction="right" bgcolor="#008ff0"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="3" behavior="slide" bgcolor="#0099FF" direction="left"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="3" bgcolor="#666600" behavior="alternate" direction="up"> Welcome to drive </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() behavior="alternate" scrollamount="9" direction="right" bgcolor="#008ff0"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="9" behavior="slide" bgcolor="#0099FF" direction="left"> Welcome to drive dynamic! (world of wonders) </marquee>
</body>
</html>
2) AUTHOR NAME/NOTES: Mohammad Ashfaq Saqi
3) DESCRIPTION: It is a simple and easy way to control marquee. On mouse over it stop and on mouse out it start again. Actually it is very easy way so that i have submitted this code.
4) URL TO CODE:
or, ATTACHED BELOW (see #3 in guidelines below):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:: Marquee with Mouse ::</title>
</head>
<body>
<marquee onmouseover=this.stop() onmouseout=this.start() behavior="scroll" scrollamount="3" direction="right" bgcolor="#008ff0"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="3" behavior="slide" bgcolor="#0099FF" direction="left"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="3" bgcolor="#666600" behavior="alternate" direction="up"> Welcome to drive </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() behavior="alternate" scrollamount="9" direction="right" bgcolor="#008ff0"> Welcome to drive dynamic! (world of wonders) </marquee>
<br>
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="9" behavior="slide" bgcolor="#0099FF" direction="left"> Welcome to drive dynamic! (world of wonders) </marquee>
</body>
</html>