ich habe ein kleines Problem.
Ich habe eine Seite gemacht ( http://www.agro-haider.de/Baumaschinen ), mit Firefox läuft alles Prima.
Doch wenn ich die Seite mit dem Internet Explorer öffne, taucht ganz unten im Explorer ein Teil des oberen Bildes wieder auf (der Arm eines Baggers).
Meine Frage nun, wie bekomme ich im Internet Explorer den Baggerarm ebenfalls weg?
Ich poste mal mein Template
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<__html>
<head>
<title>Agro Haider | {title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
{metadata}
<link rel="stylesheet" type="text/css" href="http://www.agro-haider.de/Baumaschinen/style.css" />
</head>
</__body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0" background="../Bilder/bgo.gif">
<div align="center">
<table width="980" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../Bilder/haidero_01.jpg" width="980" height="109" /></td>
</tr>
<tr>
<td height="430" valign="top" background="../Bilder/haidero_02.jpg"><table width="980" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="220" style="padding-left: 20px; padding-top: 8px; padding-bottom: 8px;"><img src="../Bilder/flagso.gif" width="66" height="18" border="0" usemap="#Map" /></td>
<td width="540"> </td>
<td width="220"> </td>
</tr>
<tr valign="top">
<td style="padding-left: 20px;"><div id="menu_vert">{cms_module module='menumanager' collapse='1'}</div><br>
<br>
<table width="200" bgcolor="#FFFF83" border="0" cellspacing="0" cellpadding="10" style="border: 1px solid #006600">
<tr>
<td><font color="#006600"><strong>Unsere Partner:</strong></font><br>
<br>
<img src="../Bilder/logos2_1.gif" width="180" height="77"> </td>
</tr>
</table> </td>
<td style="padding-left: 20px; padding-right: 20px;"><font color="#FFFF83" size="6" face="Times New Roman"><div align="center"></div></font><br />
<br />
<span class="wide">{content}</span></td>
<td style="padding-right: 20px;"><__iframe name="news" width="200" height="338" scrolling="no" frameborder="0" src="http://www.agro-haider.de/Baumaschinen/index.php?page=news"></__iframe></td>
</tr>
<tr valign="top">
<td><img src="../Bilder/spacer.gif" width="220" height="1"></td>
<td><img src="../Bilder/spacer.gif" width="540" height="1"></td>
<td><img src="../Bilder/spacer.gif" width="220" height="1"></td>
</tr>
</table></td>
</tr>
</table>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="1,0,29,17" href="http://www.agro-haider.de/cms/index.php" />
<area shape="rect" coords="36,0,66,17" href="http://www.agro-haider.de/en/index.php" />
</map>
<__body>
</__html>
Danke schon mal Leute!!!