Hallo, danke für deine Antwort, hier ist mal ein Auszug aus der Navigations-HTML-Datei:
<html>
<style type="text/css">
<!--
a:link { text-decoration: none }
a:visited { text-decoration: none }
body {overflow:hidden;}
body {border:none;}
-->
</style>
<body bgcolor="#A70D01" link="#0033CC"
leftmargin="0" topmargin="0" alink="#000000" marginheight="0" marginwidth="0">
<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:8.5pt;font-family:Verdana;display:none;mso-hide:all'> </span></p>
<div align=center>
<table class=MsoNormalTable border="0" cellspacing="0" cellpadding="0" width="80%"
style='width:80.0%;mso-cellspacing:0cm;mso-padding-alt:0cm 0cm 0cm 0cm'>
<!-- NAV -->
<tr>
<td style='padding:0cm 0cm 0cm 0cm;height:18.0pt'
onmouseover="this.style.backgroundColor='#C61505'"
onmouseout="this.style.backgroundColor=''">
<p class=MsoNormal><span style='font-size:8.5pt;font-family:Verdana'> <b><a
href="index.htm"><span
style='color:white;text-decoration:none;text-underline:none'>Startseite</span></a></b></span></p>
</td>
</tr>
Und hier eine der einzelnen Seiten (Bsp.: index.htm):
<html>
<head>
<link rel="stylesheet" type="text/css" href="position.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>[...]</title>
</head>
<body>
<div id = "kapelle"><img src ="images/Beckingen_Marzelluskapelle.jpg" alt="Marzelluskapelle"></div>
<div><iframe id="header" src="header.htm">Go to the <A href="header.htm">Kopf</A></iframe></div>
<div><iframe id="nav" src="nav.htm">Go to the <A href="nav.html">Navigation</A></iframe></div>
<div><iframe id="content" src="homecontent.htm">Go to the <A href="home.html">Inhalt</A></iframe></div>
<!-- Die Formatierung mit fixed funktioniert erst ab IE7. Deshalb Browserweiche ! -->
<!-- Die Info steht dann oben, statt unten. -->
<!--[if lte IE 6]>
<style type="text/css">
#bottom {
position:absolute;
left:0px;
top: 0px;
width:1024px;
height:15px;
border:0px;
padding:0px;
margin:0px;
}
</style>
<![endif]-->
<div><iframe id="bottom" src="sub.htm">Go to the <A href="sub.htm">Info</A></iframe></div>
</body>
</html>
Woran könnte es nun liegen? :(
Vielen Dank