Hallo zusammen.
Bastel grade an einer Homepage. Im firefox sieht alles einwandfrei aus, der ie jedoch verschiebt die Bilder der horizontalen Navigation ein wenig.
Dadurch sieht das ganze etwas doof aus im ie.
Es wäre nett wenn mal jemand über den Quellcode schauen könnte.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
body {
scrollbar-arrow-color: #808080;
scrollbarBaseColor: #000000;
scrollbar-track-color: #696969;
scrollbar-face-color: #696969;
scrollbar-highlight-color: #696969;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
}
</style>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!--
function info()
{
werbung=window.open('kontakt.php','popup','width=760,height=600,top=135,left=135');
werbung.focus;
}
//-->
</script>
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (PSD.psd) -->
<table id="Tabelle_01" width="1025" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="Bilder/index_01.jpg" width="1024" height="169" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="169" alt=""></td>
</tr>
<tr>
<td rowspan="5">
<img src="Bilder/index_02.jpg" width="42" height="599" alt=""></td>
<td rowspan="2">
<a href="home.html" target="main"><img src="Bilder/index_03.jpg" width="141" height="55" alt=""
border="0"></a></td>
<td>
<a href="bio.html" target="main"><img src="Bilder/index_04.jpg" width="211" height="53" alt=""
border="0"></a></td>
<td>
<img src="Bilder/index_05.jpg" width="140" height="53" alt=""></td>
<td>
<a href="kontakt.php target="_blank" onclick="info(); return false;"<img src="Bilder/index_06.jpg"
width="188" height="53" alt=""border="0"></a></td>
<td>
<img src="Bilder/index_07.jpg" width="258" height="53" alt=""></td>
<td rowspan="5">
<img src="Bilder/index_08.jpg" width="44" height="599" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="53" alt=""></td>
</tr>
<tr>
<td colspan="4" rowspan="2">
<img src="Bilder/index_09.jpg" width="797" height="15" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/index_10.jpg" width="141" height="13" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="13" alt=""></td>
</tr>
<tr>
<td colspan="5">
<iframe src="home.html" style="border:0px #FFFFFF none;" name="main" scrolling="yes" frameborder="0"
align=aus marginheight="0px" marginwidth="0px" height="504"width="937""></iframe></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="506" alt=""></td>
</tr>
<tr>
<td colspan="5">
<img src="Bilder/index_12.jpg" width="938" height="25" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="25" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Vielen Dank.