ahojte potrebujem poradit ako dam hover na cast klikaciu mapu ...musim prerabat cely css subor? poradte mi pls.
css:
Kód:
body {background-color: black; text-indent: 30px; margin: 50px 0px 0px 0px; }
a {text-decoration: none}
a:link {color: silver}
a:visited {color: silver}
a:active {color: silver}
a:hover {color: blue; text-decoration: underline}
h2 {color: yellow; font-style: italic}
h1 {color: red; text-align: center; font-size: 40px; font-style: Italic;}
html:
Kód:
<body>
<h1>blaa</h1>
<br>
<br>
<center>
<img src="sk-mapa-kraje.gif" usemap="#mojamapa" align="center" border="0">
<map name="mojamapa"> <m>
<area shape="polygon" coords="" href="ba.html" target="_self" title="Bratislavský kraj">
<area shape="polygon" coords="" href="tr.html" target="_self" title="Trnavský kraj">
<area shape="polygon" coords="" href="nr.html" target="_self" title="Nitriansky kraj">
<area shape="polygon" coords="" href="tn.html" target="_self" title="Trenčiansky kraj">
</map>
</center>
</body>