• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Tabellen auf IE und Firefox unterschiedlich

Darkness

Neues Mitglied
Hi,

ich habe folgende verschachtelte Tabelle:

HTML:
<body background="layout/Hintergrund.jpg">
 <table border="0" align="left" class="lay" cellspacing="0px">
  <tr height="150px">
   <td background="layout/linkliste.gif" width="2000px" align="left">
    <table border="0" align="center" class="lay" cellspacing="0px">
    <tr height="60px"><td width="441px"> </td><td width="790px"> </td><td width="1669px"> </td></tr>
    <tr height="50px"><td width="441px"> </td><td width="790px" align="left" valign="top">
    <!--Navi1-->
     <table align="left" class="navi4"><tr><td>
     
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a href="#">Thema1</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a href="#">Thema2</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a href="#">Thema3</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a href="#">Thema4</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a href="#">Thema5</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
     </td></tr></table>     
    </td><td width="1669px"> </td>
    </tr>
    <tr height="3px"><td width="441px"> </td><td width="790px"> </td><td width="1669px"> </td></tr>
    <tr height="73px"><td width="441px"> </td><td width="790px" align="left" class="navi2" valign="top">
    <!--Navi2-->
     &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
     <a href="#">Thema</a>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
     <a href="#">Thema</a>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
     <a href="#">Thema</a>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
     <a href="#">Thema</a>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
    </td><td width="1669px"> </td></tr>
    </table>
   </td>
  </tr>
  </table>
</body>

und das seltsame ist auf dem Internetexplorer funktionierts wunderbar (die Tabelle ist ja zu groß für den Bildschirm, also wird nur das angezeigt was im Bildschirm ist)

Auf dem Firefox allerdings werden meine Pixelangaben als Prozenangaben gelesen (also aus 700px und 300px macht er dann 70% und 30% des Bildschirms). Wie kann ich das vermeiden? Danke schon mal!
 
Zurück
Oben