Τετάρτη 9 Απριλίου 2008

Κώδικας CSS

a:link {
font-weight: bold;
text-decoration: none;
color: maroon;
}
a:visited {
font-weight: normal;
color: gray;
}
a:hover, a:active {
font-weight: bold;
text-decoration: underline;
color: fuchsia;}

Δεν υπάρχουν σχόλια: