Ciao a tutti,
vorrei sapere 2 cose;
1. che tag va usato per fare un rollover (es. cambiare il colore di un testo) su un testo html
2. sempre con testo html è possibile fare un menù a tendina a comparsa, magari tramite un evento onMouseover...
Ciao a tutti,
vorrei sapere 2 cose;
1. che tag va usato per fare un rollover (es. cambiare il colore di un testo) su un testo html
2. sempre con testo html è possibile fare un menù a tendina a comparsa, magari tramite un evento onMouseover...
<style>Originariamente inviato da Juanprimo
che tag va usato per fare un rollover (es. cambiare il colore di un testo) su un testo html
a:link { color:#000000; }
a:visited { color:#000000; }
a:active { color:#000000; }
a:hover { color:#0000CC; }
</style>
Anche io ho aderito al NoKappa