html:
Kód: Vybrať všetko
<table class="nastavenie">
<tr>
<td width=110px><a href="novinky.html">Novinky</a></td>
<td width=110px><a href="akciavyjazd.html">Akcia a výjazdy</a></td>
<td width=110px><a href="clenovia.html">Členovia</a></td>
<td width=110px><a href="galeria.html">Galéria</a></td>
<td width=110px><a href="sponzori.html">Sponzori</a></td>
</tr>
</table>Kód: Vybrať všetko
table.nastavenie
{
position: relative;
top: -45px;
border: 0px;
text-align: center;
}
a
{
display: inline-block;
color: white;
text-decoration: none;
font-size: 20px;
background-position: -100px;
}
a:hover
{
display: inline-block;
background: url(arrow.jpg) no-repeat;
background-position: center 10px;
overflow: visible;
}