Ich wei� zum Zeitpunkt der Erstellung der Tabelle noch nicht, welches Bild da rein soll - das wird erst sp�ter mittels Javascript eingef�gt...
-----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Oliver Schwarten Gesendet: Dienstag, 10. Mai 2005 10:33 An: [email protected] Betreff: Re: [Coffeehouse] Zellenhintergrundbild ver�ndern / Firefox Ungepr�ft: Background ist kein offizielles td-Attribut. Versuchs doch mal mit <td style="background-image:url(background.jpg)"> Gru� Olli Mayer, Stefan schrieb: > Hier ein St�ck HTML > --- cut --- > <table border="0" width="100%" height="100%" id="table1" cellspacing="0" > cellpadding="0" bordercolor="#FF00FF"> > <tr> > <td id="toppic" align="right" valign="top" > height="115">......... > </td> > </tr> > </table> > --- cut --- > Und ein kleines Javascript etwas sp�ter auf der Seite: > --- cut --- > <script > language="javascript">document.getElementById('toppic').background='/d > ias/4331.jpg';</script> > --- cut --- > > Mozilla verweigert das aber. > Es kommt weder Fehlermeldung, noch wird das Bild angezeigt. > > Was mache ich da falsch? > > Stefan. > _______________________________________________ > Coffeehouse Mailingliste, Postings senden an: > [email protected] > An-/Abmeldung und Suchfunktion unter: > http://www.glengamoi.com/mailman/listinfo/coffeehouse > > _______________________________________________ Coffeehouse Mailingliste, Postings senden an: [email protected] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse _______________________________________________ Coffeehouse Mailingliste, Postings senden an: [email protected] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse
