Jochen: Style-Sheet, Tabellen, Netscape und ich mittendrin

Der Versuch, zentrale Style-Sheet Formate für <TD> bzw. <TH> zu definieren, läßt mich beim
Netscape Navigator 4.0 verzweifeln. Beim IE funktioniert die Konstruktion.
Liegt das an Netscape oder an mir?

<HTML>
<HEAD>
<style type="text/css">
<!--
H1 { font-size:8pt; }
TD { font-size:10pt; color:#993300; border-width:2px; border-color:#993300; border-style:solid; padding:4px; }
// -->
</style>
</HEAD>
<BODY>
<TABLE>
<TR>
  <TD>
   <FONT>BlaBlaText</FONT>
  </TD>
</TR>
<TABLE>
</BODY>
</HTML>

Danke!

  1. Hi,

    <TABLE>

    »»  <TR>

    <TD>
       <FONT>BlaBlaText</FONT>
      </TD>

    »»  </TR>

    <TABLE>

    laß doch mal <FONT> und </FONT> weg, das könnte den Navi durcheinanderbringen - außerdem brauchst Du es auch nicht mehr, wenn Du die Schriftattribute per CSS definierst!

    Cheatah

    1. Hi,

      <TABLE>
      »»  <TR>
        <TD>
         <FONT>BlaBlaText</FONT>
        </TD>
      »»  </TR>
      <TABLE>

      laß doch mal <FONT> und </FONT> weg, das könnte den Navi durcheinanderbringen - außerdem brauchst Du es auch nicht mehr, wenn Du die Schriftattribute per CSS definierst!

      Cheatah

      Hallo Cheatah,

      danke für die flotte Anwort, aber am FONT-Tag lag es nicht.

      1. Hallo!

        Ich erreiche durch diese Methode ein gutes Ergebnis

        <STYLE TYPE="text/css">
        <!--

        #normal {color:#000000;font-family:Arial,Helvetica;font-size:9pt;}
        #fett {color:#000000;font-family:Arial,Helvetica;font-size:9pt;font-weight:bold;}

        //-->
        </STYLE>

        <TABLE>
          <TR>
          <TD id="fett">BlaBlaText</TD>
           <TD id="normal">BlaBlatext</TD>
        </TR>
        <TABLE>

        André

  2. 1. Netscape kann kein CSS-Rahmen an Tabellen(-Zellen)
    2. Netscape mag keine Lehrzeichen am CSS