Cómo detener el texto marquesina cuando se mueve el ratón sobre él

Ejemplos de código

0
0

cómo detener el texto marquesina cuando se mueve el ratón sobre él

<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>

Páginas relacionadas

Páginas de ejemplo relacionadas

En otros idiomas

Esta página está en otros idiomas

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