Horst: Tabellenhintergrund im IE - Bild (gif) wird nicht angezeigt!

Beitrag lesen

hi

gibt's code?

Hallo Kai !

Jo den gibts:

<tr>
 <td background="../images/global/tdcng0.gif" width="20" height="18"><img src="../images/global/spacer.gif" width="20" height="18" border="0" alt=""></td>
 <td width="112"><input name="grpname2" value="Ansbach"  maxlength="15" class="input112"></td>
 <td width="24"><input type="checkbox" name="grpsel2" value="J" checked  onClick="document.forms[0].submit()"></td>
 <td align="left" width="120" height="18" colspan="2" class="smsTextBig">Gruppe anzeigen</td>
 <td width="20" align="center" background="../images/global/tddel0.gif"><input type="checkbox" name="grpdelete2" value="J" onClick="javascript:DeleteGroup('Ansbach')"></td>
</tr>
<tr>
 <td background="../images/global/tdcng0.gif" width="20" height="18"><img src="../images/global/spacer.gif" width="20" height="18" border="0" alt=""></td>
 <td width="112"><input name="grpname3" value="Volleyball-Lich"  maxlength="15" class="input112"></td>
 <td width="24"><input type="checkbox" name="grpsel3" value="J" checked  onClick="document.forms[0].submit()"></td>
 <td align="left" width="120" height="18" colspan="2" class="smsTextBig">Gruppe anzeigen</td>
 <td width="20" align="center" background="../images/global/tddel0.gif"><input type="checkbox" name="grpdelete3" value="J" onClick="javascript:DeleteGroup('Volleyball-Lich')"></td>
</tr>
<tr>
 <td background="../images/global/tdcng0.gif" width="20" height="18"><img src="../images/global/spacer.gif" width="20" height="18" border="0" alt=""></td>
 <td width="112"><input name="grpname4" value="Bamberg"  maxlength="15" class="input112"></td>
 <td width="24"><input type="checkbox" name="grpsel4" value="J" checked  onClick="document.forms[0].submit()"></td>
 <td align="left" width="120" height="18" colspan="2" class="smsTextBig">Gruppe anzeigen</td>
 <td width="20" align="center" background="../images/global/tddel0.gif"><input type="checkbox" name="grpdelete4" value="J" onClick="javascript:DeleteGroup('Bamberg')"></td>
</tr>
<tr>
 <td colspan="5" width="276"><img src="../images/global/spacer.gif" width="276" height="8" border="0" alt=""></td>
 <td background="../images/global/tddel3.gif" width="20" height="8"><img src="../images/global/spacer.gif" width="20" height="8" border="0" alt=""></td>
</tr>
<tr>
 <td align="right" background="../images/global/tddel2.gif" width="276" height="24" colspan="5" class="smsTextBig">Gruppe löschen</td>
 <td align="right" valign="bottom" background="../images/global/tddel1.gif" width="20"><a href="javascript:;" onmouseOver="showInfoText('groupdelete'); return false" onmouseOut="showInfoText('start'); return false"><img src="../images/global/info.gif" width="16" height="18" alt="" border="0"></a></td>
</tr>

---
Von den td-ackgrounds erscheinen einigen, ALLE erst nach dem
onmouseOver

Kannst Du mir da was sagen Danke Horst