Andris: Div im IE und FF

Beitrag lesen

Hallo allerseits,

kann mir jemand sagen, warum mir im IE das Div am unteren Ende der Seite nicht angezeigt wird, im FF aber schon?

hier mein Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Werk1 Architekten</title>
<style type="text/css">
body {
 margin:0;
 padding:0;
 margin-top: 20px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#CCCCCC;
}
div { border:0px; align:center;}

#bottom { position:absolute; top:560px; left:0px; right:0px; bottom:0px;
      background-color:#373c3e;  }

</style>
</head>

<body bgcolor="#1f2223">

<table align="center" width="900" height="540">
 <tr>
   <td valign="top">

<table width="900" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="balken1.jpg" width="900" height="13" /></td>
          </tr>
          <tr>
            <td height="8"></td>
          </tr>
          <tr>
            <td><img src="balken2.jpg" width="900" height="13" /></td>

</tr>
          <tr>
            <td height="8"></td>
          </tr>
          <tr>
            <td><img src="balken3.jpg" width="900" height="13" /></td>
          </tr>
    <tr>
     <td height="480" valign="bottom" ><img src="logo.jpg"  /></td>

</tr>
        </table>
   </td>

</tr>
</table>
<div id="bottom"></div>

</body>
</html>

Vielen Dank,
Andris