GUARD: Fehlerhafte Verlinkung im MsIE

Beitrag lesen

Also ich habe objekt jetzt durch iframe ausgetauscht und sehe nun auf der Seite statt den einzelnen Bereichen und den Inhalten nur weiß.

Wie sollte die Datei mit iframe statt objekt denn aussehen???
<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" data="header.htm">Go to the <A href="header.htm">Kopf</A></iframe></div>
  <div><iframe id="nav" data="nav.htm">Go to the <A href="nav.html">Navigation</A></iframe></div>
  <div><iframe id="content" data="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" data="sub.htm">Go to the <A href="sub.htm">Info</A></iframe></div>
 </body>
</html>
  ???