ausgehend von folgendem Ausschnitt aus meinem Code soll die Schrift ("Fitness und Sport") vor einem farbigen Hintergrund (hier grau) weiß erscheinen und das bei mouseover.
<table border="0" cellspacing="0" cellpadding="0" class="punkte">
<tr onmouseover="style.backgroundColor='#eeeeee' " onmouseout="style.backgroundColor='#ffffff'">
<td width="180" align="left" onmouseover="ypSlideOutMenu.showMenu('menu1')" onmouseout="ypSlideOutMenu.hideMenu('menu1')"> Fitness und Sport</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="punkte">
<tr onmouseover="style.backgroundColor='#eeeeee' " onmouseout="style.backgroundColor='#ffffff'">
<td width="180" align="left" onmouseover="ypSlideOutMenu.showMenu('menu1')" onmouseout="ypSlideOutMenu.hideMenu('menu1')"> Fitness und Sport</td>
</tr>
Kommentar