hallo gemainschaft
habe folgenden code und das problem, das im internetexplorer sich die tabellenhöhen anders darstellen als bei firefox
habe mal zwei bilder hinzugefügt
bei ie oben links und oben rechts geht der hintergrund weiter runter als bei firefox und ich weiss nicht, woran das liegt
habe folgenden code und das problem, das im internetexplorer sich die tabellenhöhen anders darstellen als bei firefox
habe mal zwei bilder hinzugefügt
bei ie oben links und oben rechts geht der hintergrund weiter runter als bei firefox und ich weiss nicht, woran das liegt
PHP-Code:
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body { margin-left:0px;
margin-right:0px;
margin-top:0px;
scrollbar-base-color: #E5EEF5;
scrollbar-track-color: #f0f0e0;
scrollbar-face-color: #CADBEB;
scrollbar-highlight-color: #f0f0e0;
scrollbar-3d-light-color: #CADBEB;
scrollbar-darkshadow-color: #CADBEB;
scrollbar-shadow-color: #CADBEB;
scrollbar-arrow-color: #ffffff;}
<body>
</style>
</head>
<body>
<table width="100%" height="475" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="41" background="images/backtop.gif"> </td>
<td width="950" rowspan="7" align="center" valign="top"><table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="41" background="images/backtop.gif"> </td>
<td background="images/backtop.gif"> </td>
<td background="images/backtop.gif"> </td>
<td background="images/backtop.gif"> </td>
<td background="images/backtop.gif"> </td>
</tr>
<tr>
<td height="131"> </td>
<td height="131"> </td>
<td height="131"> </td>
<td height="131"> </td>
<td height="131"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="131" background="images/backtop1.jpg"> </td>
<td height="131" background="images/backtop1.jpg"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td bgcolor="#950B0B"> </td>
<td bgcolor="#950B0B"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="24"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td bgcolor="#950B0B"> </td>
<td bgcolor="#950B0B"> </td>
<td bgcolor="#950B0B"> </td>
</tr>
</table>
</body>
</html>
Kommentar