Josefk: IE zerreißt Tabelle - Firefox machts "richtig"

Beitrag lesen

Hallo zusammen,

hab wieder mal ein Problem mit dem IE und einer Tabelle. Warum nur zerbricht er mir die Tabelle immer. Der Firefox machts da schon richtiger, auch wenn ich nicht behaupten will, dass er genau das amcht, was ich probrammiert habe, sondern eher, dass er meinen Fehler super ausbessert. Der IE ist da schon zickiger.
Woran kanns liegen? http://validator.w3.org/check hilft da auch nicht viel weiter. Ich poste mal meinen Code...
PS: ich weiß ich nutze viele deprecated Sachen und schreibe auch nie einen alternativen Text zu einem Bild, aber daran kanns doch nicht liegen, oder?

Das gibt mein PHP File aus:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">  
  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >  
<title>sprout</title>  
</head>  
<body bgcolor="#B8AC73" link="#803131" vlink="#803131" alink="#803131">  
<table align="center" width="902" border="0" cellspacing="0" cellpadding="0">  
  <tr>  
    <td width="183" height="105"><img src="pics/11_sprout.gif" alt="sprout" border="0" usemap="#sprout_map" ></td>  
    <td width="719" height="105" colspan="3"><img src="pics/12_top.gif" ></td>  
  </tr>  
  
  <tr>  
    <td width="902" height="45" colspan="4"><img src="pics/21_row_blank.gif" ></td>  
  </tr>  
  <tr>  
    <td width="183" height="102" rowspan="2">  
<img src="pics/31_menue1.gif" border="0" usemap="#du_map">  
 </td>  
    <td width="719" height="14" colspan="3"><img src="pics/311_rowtop.gif" ></td>  
  </tr>  
  <tr>  
  
    <td height="88" width="18"><img src="pics/312_left.gif" ></td>  
    <td height="505" width="504" rowspan="4"  
  background="pics/mainback.gif">  
  
  
 </td>  
    <td height="505" width="197" rowspan="4"><img src="pics/right.gif" ></td>  
  </tr>  
  <tr>  
    <td width ="183" height="112">  
<img src="pics/41_menue2.gif" border="0" usemap="#wir_map">  
 </td>  
  
    <td width="18" heigt="112" ><img src="pics/42_left.gif" width="18" height="112" ></td>  
  </tr>  
  <tr>  
    <td width="183" heigt="103">  
<img src="pics/51_menue3.gif" border="0" usemap="#sie_map">  
 </td>  
    <td width="18" height="103"><img src="pics/52_left.gif" width="18" height="103" ></td>  
  </tr>  
  <tr>  
    <td width="183" height="225" rowspan="2">&nbsp;</td>  
  
    <td width="18" height="225" rowspan="2"><img src="pics/62_left.gif" ></td>  
  </tr>  
  <tr>  
    <td width="504" height="23"><img src="pics/71_bottom.gif" border="0" usemap="#bottom_map" ></td>  
    <td width="197" height="23"><img src="pics/72_bottom.gif" ></td>  
  </tr>  
</table>  
  
<map name="du_map" id="du_map">  
<area shape="circle" coords="50,50,45" href="secure.php?section=du" >  
</map>  
  
<map name="wir_map" id="wir_map">  
<area shape="circle" coords="48,57,46" href="secure.php?section=wir" >  
</map>  
<map name="sie_map" id="sie_map">  
<area shape="circle" coords="49,54,45" href="secure.php?section=sie" >  
</map>  
<map name="du_ext_map" id="du_ext_map">  
<area shape="rect" coords="99,8,180,32" href="secure.php?section=du&amp;subsection=1" >  
<area shape="rect" coords="99,66,179,88" href="secure.php?section=du&amp;subsection=3" >  
<area shape="rect" coords="99,36,180,61" href="secure.php?section=du&amp;subsection=2" >  
</map>  
<map name="wir_ext_map" id="wir_ext_map">  
<area shape="rect" coords="99,16,178,41" href="secure.php?section=wir&amp;subsection=1" >  
<area shape="rect" coords="99,46,176,70" href="secure.php?section=wir&amp;subsection=2" >  
<area shape="rect" coords="99,74,178,95" href="secure.php?section=wir&amp;subsection=3" >  
</map>  
<map name="sie_ext_map" id="sie_ext_map">  
  
<area shape="rect" coords="97,12,175,36" href="secure.php?section=sie&amp;subsection=1" >  
<area shape="rect" coords="97,42,174,66" href="secure.php?section=sie&amp;subsection=2" >  
<area shape="rect" coords="96,69,174,92" href="secure.php?section=sie&amp;subsection=3" >  
</map>  
<map name="sprout_map" id="sprout_map"><area shape="rect" coords="5,40,178,98" href="secure.php?section=main" >  
</map>  
<map name="bottom_map" id="bottom_map">  
<area shape="rect" coords="201,1,245,17" href="secure.php?section=kontakt" >  
<area shape="rect" coords="250,2,304,17" href="secure.php?section=impressum" >  
</map>  
</body>  
</html>