http://l2c6.no-ip.org/7/
Css(ten kawałek z linkiem)
Kod
.efekt
{
position: relative;
top:2px;
width: 143px;
height: 20px;
color: #000000;
background-color: #8c8c8c;
}
.efekt:hover
{
position: relative;
top:2px;
width: 143px;
height: 20px;
color: #FFFFFF;
background-color: #292931;
}
#tekst1 {
position: relative;
top:3px;
left:5px;
}
{
position: relative;
top:2px;
width: 143px;
height: 20px;
color: #000000;
background-color: #8c8c8c;
}
.efekt:hover
{
position: relative;
top:2px;
width: 143px;
height: 20px;
color: #FFFFFF;
background-color: #292931;
}
#tekst1 {
position: relative;
top:3px;
left:5px;
}
Html:
Kod
<div class="efekt"><div id="tekst1"><a href="index.php">Strona Główna</a></div></div>