How to stop marquee text when you move your mouse over it

Code examples

0
0

how to stop marquee text when you move your mouse over it

<head>
	<meta charset="utf-8">
	<title></title>
	<style type="text/css">
		marquee.move:hover {
			cursor: pointer;
		}
	</style>
</head>
<body>
<marquee class = "move" onmouseover = this.stop(); onmouseout = this.start();> hello</marquee>

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................