Questo codice CSS mi era stato gentilmente fornito da un membro del forum...ma ho un problema...tutti i testi appaiono come se si trattasse di Link anche se non lo sono...cosa c'è di sbagliato ?
codice:/* Inizio testi */ .Testi { font: 10px Verdana; font-style: normal; font-weight: normal; color: #000000; } .Testi:link:visited { font-weight:bold; text-decoration: none; color: #004080; /* il font è ereditato di norma dal padre */ } .Testi:hover { text-decoration: underline; color:#FF8000; } /* */