Hey Leude,
Also wieder mal machen unterschiedliche Browser Stress. Folgendes:
Die Navi ist in Mozilla, NN, Opera usw. richtig postioniert, im IE jedoch nach unten verschoben.
Hier könnt ihr euch die Seite mal direkt angucken:
Und hier den Code:
HTML
<html>
<head>
<title>InnoGrafs</title>
<script type="text/javascript">
<!--
Normal1 = new Image();
Normal1.src = "willkommen.jpg";
Highlight1 = new Image();
Highlight1.src = "willkommeno.jpg";
Normal2 = new Image();
Normal2.src = "team.jpg";
Highlight2 = new Image();
Highlight2.src = "teamo.jpg";
Normal3 = new Image();
Normal3.src = "angebot.jpg";
Highlight3 = new Image();
Highlight3.src = "angeboto.jpg";
Normal4 = new Image();
Normal4.src = "referenzen.jpg";
Highlight4 = new Image();
Highlight4.src = "referenzeno.jpg";
Normal5 = new Image();
Normal5.src = "kontakt.jpg";
Highlight5 = new Image();
Highlight5.src = "kontakto.jpg";
function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
//-->
</script>
<style>
A { font-weight:bold; text-decoration: none}
A:link { color: ffffff; text-decoration: none}
A:visited { color: ffffff; text-decoration: none}
A:hover { color: ffffff; text-decoration: none}
</style>
</head>
<body background="bg2.jpg" bgproperties:="fixed" leftmargin="8" topmargin="9" marginwidth="8" marginheight="9">
<table width="621" height="247" leftmargin="8" topmargin="9" marginwidth="8" marginheight="9" cellspacing="0"
cellpadding="0" border="0">
<tr>
<td>
<iframe src="header(willkommen).html" name="header" width="621" height="257" marginheight="0"
marginwidth="0" frameborder="0" scrolling="no">
</iframe>
</td>
</tr>
</table>
[img]spacer.gif[/img]
<table width="621" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>[url='index(willkommen).html'][img]willkommen.jpg[/img][/url]</td>
<td>[url='index(team).html'][img]team.jpg[/img][/url]</td>
<td>[url='index(angebot).html'][img]angebot.jpg[/img][/url]</td>
<td>[url='index(referenzen).html'][img]referenzen.jpg[/img][/url]</td>
<td>[url='index(kontakt).html'][img]kontakt.jpg[/img][/url]</td>
</tr>
</table>
[img]spacer.gif[/img]
<table width="621" height="250" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td>
<iframe src="content(willkommen).html" name="content" width="390" height="230" marginheight="0"
marginwidth="0" frameborder="0" scrolling="no">
</iframe>
</td>
<td>
<table width="200" height="230" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<iframe src="navi(willkommen).html" name="navirechts" width="217" height="180" marginheight="0"
marginwidth="0" frameborder="0" scrolling="no">
</iframe>
</td>
</tr>
<tr>
<td>
<font face="tahoma,helvetica" size="1" color="#000000">
LogIn:
Passwort:</font>
<input name="plz" size="8">
<input name="ort" size="13"></td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Alles anzeigen
Danke
Moritz