tach...
ich habe ein problem das (glaube ich) netscape generell betrifft: nach einer tabelle die in einem fliesstext positioniert ist wird das CSS nicht mehr erkannt. konkretes beispiel:
CSS-datei:
BODY, TD, TH, P, UL, LI, TR, TABLE, BR { color: #333333; font-size: 12px; font-family: arial, helvetica, sans-serif }
und im html:
Text text text <!-- wird wunderbar dargestellt -->
<table cellpadding="0" cellspacing="0" border="0" width="240">
<tr>
<td valign="top" align="left">Text Text Text<!-- passt auch noch... --></td>
</tr>
</table><BR>
Text Text Text <!-- ab hier ist feierabend! CSS wird ignorier und Systemschrift verwendet -->
hat jemand vielleicht ne idee was das sein kann, und ob ich das abschalten kann ?
vielen dank im vorraus
velli