Re: Script

From: Petr Filip (petr@flight.cz)
Date: 09. 02. 2000, 19:08 CET


cau,

> mam problem. Nize uvedeny kus HMTL kodu by mel udelal toto - po najeti
> myskou na odkaz by ho mel zbarvit jinou barvou, ale nefunguje to. Uz pri
> nacitani stranky mi browser hazi chyby.
> 
> <A HREF="clanky.htm"> <onmouseover="this.style.color=`#DD0000`"
> onmouseout="this.style.color=`#0000CC`"> <B>Mozek</B></A>

zmneny odkazu po najeti mysi lze delat takto:
<html>
<head>
<style>
<!--
A:link { color: blue; text-decoration: none; }
A:visited { color: blue; text-decoration: none; }
A:hover { color: gray; text-decoration: none; }
-->
</style>
</head>


Petr Filip

www.flight.cz *** ICQ: 46865471



This archive was generated by hypermail 2.1.2 : 10. 08. 2001, 14:46 CEST