P progfxler Gesperrt 11. Mai 2003 #1 Wie funktioniert das, dass sich die tabelle wenn man mit der maus drübner fährt sich ändert wie hier unter specials
Wie funktioniert das, dass sich die tabelle wenn man mit der maus drübner fährt sich ändert wie hier unter specials
E Experience1986 Erfahrenes Mitglied 11. Mai 2003 #2 Das ist nur der HIntergund, das wird mit JavaScript gemacht: <table> <tr> <td onmouseover="this.style.backgroundColor='red';" onmouseover="this.style.backgroundColor='';">Test</td> </tr> </table>
Das ist nur der HIntergund, das wird mit JavaScript gemacht: <table> <tr> <td onmouseover="this.style.backgroundColor='red';" onmouseover="this.style.backgroundColor='';">Test</td> </tr> </table>