10-11-2011, 23:43
znasz w ogóle jakieś podstawy podstaw ?
<style type="text/css">
.odnosnik:hover {
color: #000000; // Kolor zwykłego odnośnika
text-decoration: none;
// inne style
}
.odnosnik:hover {
color: #555555; // Kolor "najechanego" odnośnika
// inne style
}
</style>
<a href="http://google.pl" class="odnosnik">Google</a>
<style type="text/css">
.odnosnik:hover {
color: #000000; // Kolor zwykłego odnośnika
text-decoration: none;
// inne style
}
.odnosnik:hover {
color: #555555; // Kolor "najechanego" odnośnika
// inne style
}
</style>
<a href="http://google.pl" class="odnosnik">Google</a>