hallo!
ich leide scheinbar unter einem kleinen ie-bug .. oder mache ich etwas falsch?
<td bgcolor="#FFFFFF" background="hintergrundbild.gif" onMouseOver="this.style.backgroundColor='#CCCCCC'" onMouseOut='this.style.backgroundColor='#FFFFFF'">text</td>
solange nur eine tabellenzelle diese events abfängt, ist alles fein, das (zum Teil) transparente hintergrundbild der tabellenzelle wird immer richtig dargestellt.
sobald ich jedoch mehrere (egal ob horizontal oder vertikal) benachbarte tabellenzellen mit diesen Events versehe, stellt ie das hintergrund nach einem MouseOut (!) zum Teil nicht mehr dar:
<td bgcolor="#FFFFFF" background="hintergrundbild.gif" onMouseOver="this.style.backgroundColor='#CCCCCC'" onMouseOut='this.style.backgroundColor='#FFFFFF'">text</td><td bgcolor="#FFFFFF" background="hintergrundbild.gif" onMouseOver="this.style.backgroundColor='#CCCCCC'" onMouseOut='this.style.backgroundColor='#FFFFFF'">text</td>
hat jemand einen workaround zu diesem bug bzw. wo liegt mein fehler?
christoph