su tutti i browser funziona
bordo iniziale di 2px orange, che diventa bianco nel caso di hover.codice:<div id="thumb">[img]img.jpg[/img]</div> #thumb { width: 80px; height: 55px; margin-top: 20px; margin-left: 10px; float: left; } #thumb img { width: 70px; height: 50px; border: 2px solid orange; margin: 4px; margin-left: 5px; } #thumb, a:hover { } #thumb img:hover { border: 2px solid white; }
So che IE6 non intepreta correttamente questa regola, come fare per far funzionare l'effetto su IE6?