Hallo, ich habe folgendes Problem:
Bei einer Seite, die ich momentan etwas überarbeite werden die Links in der Navigation im Firefox so geöffnet, wie ich es will (die neuen Seiten öffnen sich komplett neu, d.h. Navigation usw sind da, wo sie sein sollen), im IE jedoch öffnet er die neue Seite nur in dem Bereich der Navigation selbst. Funktioniert target="_top" beim IE nicht? Was muss ich tun? Desweiteren sind im Netscape die Links nicht klickbar, werden also nicht als Links behandelt. Woran könnte das liegen? Man verzeihe mir bitte meine mangelnde Fachkenntnis. Dankeschön.
Auszug aus der Navigation:
<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" target="_top"><span
style='color:white;text-decoration:none;text-underline:none'>Startseite</span></a></b><o:p></o:p></span></p>
</td>
</tr>
Dazu vlt. noch wichtig: Die Dateien selbst (Bsp.: index.htm)
<html>
<head>
[...]
</head>
<body>
<div id = "kapelle"><img src ="images/Beckingen_Marzelluskapelle.jpg" alt="Marzelluskapelle"></div>
<div><OBJECT id = "header" data="header.htm">Go to the <A href="header.htm">Kopf</A></OBJECT></div>
<div><OBJECT id = "nav" data="nav.htm">Go to the <A href="nav.html">Navigation</A></OBJECT></div>
<div><OBJECT id = "content" data="homecontent.htm">Go to the <A href="home.html">Inhalt</A></OBJECT></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><OBJECT id = "bottom" data="sub.htm">Go to the <A href="sub.htm">Info</A></OBJECT></div>
</body>
</html>
Hoffe, das smein Problem ausreichend dargestellt wurde.
Grüße