[XHTML/CSS] Tabelka się rozjeżdża na IE

Forum przeznaczone dla wszystkich webmasterów, chcących tworzyć strony www zgodnie ze standardami World Wide Web Consortium.
Arczello
Nowy
Nowy
Posty: 94
Rejestracja: śr cze 18, 2003 1:18 pm
Lokalizacja: Otwock
Kontakt:

[XHTML/CSS] Tabelka się rozjeżdża na IE

Post autor: Arczello »

Witam.

Mam problem z tabelką na stronie:
http://arczello.pnth.net/bud-okan/

Oto kod strony:

Kod: Zaznacz cały

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>Bud-Okan</title>
<style type="text/css">
<!--
html {
   width:100%;
   height:100%;
}
body {   
   background-color:#d2beb5;
   width:100%;
   height:100%;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:0px;
}
table.strona {
   margin-left:auto;
   margin-right:auto;
   width:100%;
   height:100%;
}
table.jeden {
   margin-left:auto;
   margin-right:auto;
   width:100%;
   height:1px;
}
td.flash {
   margin-bottom:auto;
   margin-top:auto;
   margin-left:auto;
   margin-right:auto;
   height:519px;
   width:799px;
   background:url("cien.gif");
   background-repeat:no-repeat;
   text-align:center;
}
td.gora {
   background:url("tlo_gora.gif");
   background-repeat:repeat-y;
   background-position:bottom;
}
td.lewa {
   background:url("tlo_lewa.gif");
   background-position:right;
   background-repeat:repeat-x;
}
td.prawa {
   background:url("tlo_prawa.gif");
   background-position:left;
   background-repeat:repeat-x;
}
td.dol {
   background:url("tlo_dol.gif");
   background-repeat:repeat-y;
   background-position:top;
}
-->
</style>
</head>
<body>
<table class="strona" border="0" cellpadding="0" cellspacing="0">
<tr><td class="gora" colspan="3">&</td></tr>
<tr><td class="lewa">&</td>
<td class="flash">
<!--[if IE]><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="482"><script>/*<![endif]-->
<object type="application/x-shockwave-flash" data="index.swf" width="760" height="482"><script type="text/javascript">/**/</script>
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="index.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#7A442C"/></object></td>
<td class="prawa">&</td>
</tr>
<tr><td>&</td><td class="dol">&</td><td>&</td></tr>
</table>
</body>
</html>
Pod Firefoxem jest wszystko ok. Pod IE komórka "flash" rozjeżdża się pionowo. Czemu?
ODPOWIEDZ