Thomas Kalkowski: CSS+width+Tabelle+«th»+Netscape

Hallo,

mit u.g. Code möchte ich, daß alle Zellen die gleiche Breite haben. Im IE okay - bei Netscape 4.6 nicht.
Nach Durchsicht des Archivs habe ich ja schon mitbekommen, daß NS und CSS und Tabellen Probleme bereitet. Aber vielleicht habe ich ja auch nur etwas übersehen. Schon mal Dank für eventuelle Hilfe.

Thomas

<html>
<head>
<title></title>
<style type="text/css">
<!--
  th.head1 {width:120;font-size:10pt;background-color:#DFDFDF;}
//-->
</style>
<</head>
<body text="#000000" bgcolor="#EFEFEF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table border="1" width="720">
  <tr>
      <th class="head1">HTML</th>
      <th class="head1">JavaScript</th>
      <th class="head1">Java</th>
      <th class="head1">CGI</th>
      <th class="head1">Perl</th>
      <th class="head1">sonstige</th>
   </tr>
</table>

</body>
</html>

  1. Hallo,

    mit u.g. Code möchte ich, daß alle Zellen die gleiche Breite haben. Im IE okay - bei Netscape 4.6 nicht.
    Nach Durchsicht des Archivs habe ich ja schon mitbekommen, daß NS und CSS und Tabellen Probleme bereitet. Aber vielleicht habe ich ja auch nur etwas übersehen. Schon mal Dank für eventuelle Hilfe.

    Thomas

    <html>
    <head>
    <title></title>
    <style type="text/css">
    <!--
      th.head1 {width:120;font-size:10pt;background-color:#DFDFDF;}
    //-->
    </style>
    <</head>
    <body text="#000000" bgcolor="#EFEFEF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
    <table border="1" width="720">
      <tr>
          <th class="head1">HTML</th>
          <th class="head1">JavaScript</th>
          <th class="head1">Java</th>
          <th class="head1">CGI</th>
          <th class="head1">Perl</th>
          <th class="head1">sonstige</th>
       </tr>
    </table>

    </body>
    </html>

    1. Hallo,

      mit u.g. Code möchte ich, daß alle Zellen die gleiche Breite haben. Im IE okay - bei Netscape 4.6 nicht.
      Nach Durchsicht des Archivs habe ich ja schon mitbekommen, daß NS und CSS und Tabellen Probleme bereitet. Aber vielleicht habe ich ja auch nur etwas übersehen. Schon mal Dank für eventuelle Hilfe.

      Thomas

      <html>
      <head>
      <title></title>
      <style type="text/css">
      <!--
        th.head1 {width:120;font-size:10pt;background-color:#DFDFDF;}
      //-->
      </style>
      <</head>
      <body text="#000000" bgcolor="#EFEFEF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
      <table border="1" width="720">
        <tr>
            <th class="head1">HTML</th>
            <th class="head1">JavaScript</th>
            <th class="head1">Java</th>
            <th class="head1">CGI</th>
            <th class="head1">Perl</th>
            <th class="head1">sonstige</th>
         </tr>
      </table>

      </body>
      </html>