Tron_User
Mitglied
Hallo!
Also folgendes: Ich habe eine Tabelle die ich mit css formatieren will:
css:
html:
So, mein Problem jetzt:
Dreamweaver MX04 zeigt alles supi an, IE6 und Firefox1 spinnen jedoch, d.h. es wird mir die class nicht angezeigt. Hab ich beim CSS/HTML schon was falsch gemacht oder ..?
Sorry Leute sollte euch die Frage etwas zu trivial sein!
I'm just a bloody newbie!
...ach ja nochwas, bitte keine Antwort wie: lies es bei SELFHTML nach. Danke schön!

Also folgendes: Ich habe eine Tabelle die ich mit css formatieren will:
css:
Code:
.tableleft
td,th {
background-image: url("_pictures/textarea_links.gif");
background-color:#FFFFFF;
background-repeat:repeat-y;
background-position:left;
empty-cells:show;
}
.tableright
td,th {
background-image: url("_pictures/textarea_rechts.gif");
background-color:#FFFFFF;
background-repeat:repeat-y;
background-position:right;
empty-cells:show;
}
html:
Code:
<tr><table width="60%" border="0" align="center" cellpadding="0" cellspacing="0">
<td colspan="5"><img src="_pictures/textarea_oben.gif" width="580" height="18"></td>
</tr>
<tr>
<div class="tableleft">
<td width="5%"></td></div>
<td width="91%" valign="top" bgcolor="#FFFFFF"><p> </p>
<p> </p>
</td>
<div class="tableright"><td width="4%"> </td></div>
</tr>
<tr>
<td colspan="3"><img src="_pictures/textarea_unten.gif" width="580" height="14"></td>
</tr>
</table>
So, mein Problem jetzt:
Dreamweaver MX04 zeigt alles supi an, IE6 und Firefox1 spinnen jedoch, d.h. es wird mir die class nicht angezeigt. Hab ich beim CSS/HTML schon was falsch gemacht oder ..?
Sorry Leute sollte euch die Frage etwas zu trivial sein!
I'm just a bloody newbie!
...ach ja nochwas, bitte keine Antwort wie: lies es bei SELFHTML nach. Danke schön!
