Hallo,
nachfolgend findet Ihr einen Quellcode, der zu einem Menü gehört und eigentlich gut funktioniert. Da ich aber nun meine Seite um eine Flashanimation erweitert habe, gibt es neuerdings ein Problem damit. Dieses ist, dass sich das Menü hinter der Flashanimation ausklappt. Bezüglich der Sichtbarkeit habe ich bereits die Einstellung „transparent“ verwendet, klappt auch einwandfrei. Problematisch ist jedoch das Ausblenden, so bleibt lediglich ein kleiner Raum, um den Befehl „onmouseover“ auszulösen (nur im Internetexplorer! Firefox nutzt den gesamten, von mir definierten Raum, auch im Bereich der Flashanimation). Als Lösung wollte ich nun zusätzlich einen Timeout-Befehl einbauen, was mir aufgrund meines laienhaften Fummlerstatus nicht gelungen ist. Nun hoffe ich, dass Ihr mit sagen könnt, wie der Befehl genau aussehen soll und wo ich ihn platzieren muss?
Übrigens meine Seite besteht aus zwei Frames (oben ist der Frame mit der Navi und unten ist der Frame mit dem Inhalt (in diesem klappt auch das Menü auf) und der Javacode ist in eine Datei ausgelagert.
Für Eure Tipps möchte ich mich bereits jetzt bedanken.
--------------------------------------------------------------------
--------------------------------------------------------------------
<!--%%Datei:menu.js%%-->
function init() {
if (ie4up) {
document.write("<div id=\"m1\" style=\"position:absolute; top:-200px; left:-1203px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m2\" style=\"position:absolute; top:-200px; left:512px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m3\" style=\"position:absolute; top:-200px; left:627px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m4\" style=\"position:absolute; top:-200px; left:758px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m5\" style=\"position:absolute; top:-200px; left:872px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"st\" onmouseover=\"wegalle()\" style=\"position:absolute; top:-300px; left:0px; background-color:transparent; height:300px; width:1000px; z-index:1\"><\/div>\n");
}
if (ns4up) {
document.write("<layer id=\"m1\" top=\"-200\" left=\"-1203\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m2\" top=\"-200\" left=\"515\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m3\" top=\"-200\" left=\"631\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m4\" top=\"-200\" left=\"762\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m5\" top=\"-200\" left=\"875\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"st\" onmouseover=\"wegalle\" top=\"-300\" left=\"0\" height=\"300\" width=\"1000\" z-index=\"1\"><\/layer>\n");
}
if (ns6) {
document.write("<div id=\"m1\" style=\"position:fixed; top:-200px; left:-1203px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m2\" style=\"position:fixed; top:-200px; left:515px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m3\" style=\"position:fixed; top:-200px; left:631px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m4\" style=\"position:fixed; top:-200px; left:762px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m5\" style=\"position:fixed; top:-200px; left:875px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"st\" onmouseover=\"wegalle()\" style=\"position:fixed; top:-300px; left:0px; background-color:transparent; height:300px; width:1000px; z-index:1\"><\/div>\n");
}
}
function erzeugen() {
var teil1="<table width=\"100\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil1+="<tr><td><center><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr><\/table>";
var teil2="<table width=\"117\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"fussball.html\">Fussball<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"computer.html\">Computer<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"foto.html\">Foto<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"bl.html\">BL<\/a><\/td><\/tr><\/table>";
var teil3="<table width=\"132\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"winter.html\" >Winter<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"sommer.html\" >Sommer<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"fest.html\" >Fest<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"kind.html\" >Kind<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"auto.html\" >Auto<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"auto1.html\" >Auto1<\/a><\/td><\/tr><\/table>";
var teil4="<table width=\"117\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"oldies.html\">Oldies<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"quellen.html\">Quellen<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"schneiden.html\">Schneiden<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"sonstiges.html\">sonstiges<\/a><\/td><\/tr><\/table>";
var teil5="<table width=\"115\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"ftipp.html\" >Freizeittipps<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"vtipp.html\" >Versicherungen<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"stipp.html\" >Surftipps<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"links.html\" >Links<\/a><\/td><\/tr><\/table>";
if (ie4up) {
m1.innerHTML=teil1;
m2.innerHTML=teil2;
m3.innerHTML=teil3;
m4.innerHTML=teil4;
m5.innerHTML=teil5;
}
if (ns4up) {
document.m1.document.write (teil1);
document.m1.document.close();
document.m2.document.write (teil2);
document.m2.document.close();
document.m3.document.write (teil3);
document.m3.document.close();
document.m4.document.write (teil4);
document.m4.document.close();
document.m5.document.write (teil5);
document.m5.document.close();
}
if (ns6) {
document.getElementById("m1").innerHTML = teil1;
document.getElementById("m2").innerHTML = teil2;
document.getElementById("m3").innerHTML = teil3;
document.getElementById("m4").innerHTML = teil4;
document.getElementById("m5").innerHTML = teil5;
}
}
function zeige1() {
wegalle();
if (ie4up) {m1.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m1.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m1").style.top=0;document.getElementById("st").style.top=0}
}
function zeige2() {
wegalle();
if (ie4up) {m2.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m2.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m2").style.top=0;document.getElementById("st").style.top=0}
}
function zeige3() {
wegalle();
if (ie4up) {m3.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m3.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m3").style.top=0;document.getElementById("st").style.top=0}
}
function zeige4() {
wegalle();
if (ie4up) {m4.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m4.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m4").style.top=0;document.getElementById("st").style.top=0}
}
function zeige5() {
wegalle();
if (ie4up) {m5.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m5.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m5").style.top=0;document.getElementById("st").style.top=0}
}
function wegalle() {
if (ie4up) {
m1.style.pixelTop=-1200;
m2.style.pixelTop=-1200;
m3.style.pixelTop=-1200;
m4.style.pixelTop=-1200;
m5.style.pixelTop=-1200;
st.style.pixelTop=-1300;
}
if (ns4up) {
document.m1.top=-1200;
document.m2.top=-1200;
document.m3.top=-1200;
document.m4.top=-1200;
document.m5.top=-1200;
document.st.top=-1300;
}
if (ns6) {
document.getElementById("m1").style.top=-1200;
document.getElementById("m2").style.top=-1200;
document.getElementById("m3").style.top=-1200;
document.getElementById("m4").style.top=-1200;
document.getElementById("m5").style.top=-1200;
document.getElementById("st").style.top=-1300;
}
}
var ns4up = (document.layers)?1:0;
var ie4up = (document.all)?1:0;
var ns6 = (document.getElementById && !document.all)?1:0;
init();
erzeugen();
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
<!--%%Dateiben.html%%-->
<html>
<head>
<title>oben - Frame mit Navi</title>
<head>
<body background="hi-bi.jpg" topmargin="100" leftmargin="463">
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="62"><img src="home.jpg"
border="0" width="00" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Hobbies.jpg"
border="0" width="100" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Bilder.jpg"
border="0" width="120" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Super8.jpg"
border="0" width="100" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="70"><img src="tipps.jpg"
border="0" width="80" height="20"></td>
<td width="200" onmouseover="parent.unten.wegalle()">Javamenue</td>
</tr>
</table>
</body>
</html>
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
<!--%%Datei:unten.html%%-->
<html>
<head>
<title>unten - Frame mit Inhalt</title>
</head>
<body background="bi-hi.jpg">
<script type="text/javascript" src="menu.js"></script>
</body>
</html>
nachfolgend findet Ihr einen Quellcode, der zu einem Menü gehört und eigentlich gut funktioniert. Da ich aber nun meine Seite um eine Flashanimation erweitert habe, gibt es neuerdings ein Problem damit. Dieses ist, dass sich das Menü hinter der Flashanimation ausklappt. Bezüglich der Sichtbarkeit habe ich bereits die Einstellung „transparent“ verwendet, klappt auch einwandfrei. Problematisch ist jedoch das Ausblenden, so bleibt lediglich ein kleiner Raum, um den Befehl „onmouseover“ auszulösen (nur im Internetexplorer! Firefox nutzt den gesamten, von mir definierten Raum, auch im Bereich der Flashanimation). Als Lösung wollte ich nun zusätzlich einen Timeout-Befehl einbauen, was mir aufgrund meines laienhaften Fummlerstatus nicht gelungen ist. Nun hoffe ich, dass Ihr mit sagen könnt, wie der Befehl genau aussehen soll und wo ich ihn platzieren muss?
Übrigens meine Seite besteht aus zwei Frames (oben ist der Frame mit der Navi und unten ist der Frame mit dem Inhalt (in diesem klappt auch das Menü auf) und der Javacode ist in eine Datei ausgelagert.
Für Eure Tipps möchte ich mich bereits jetzt bedanken.
--------------------------------------------------------------------
--------------------------------------------------------------------
<!--%%Datei:menu.js%%-->
function init() {
if (ie4up) {
document.write("<div id=\"m1\" style=\"position:absolute; top:-200px; left:-1203px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m2\" style=\"position:absolute; top:-200px; left:512px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m3\" style=\"position:absolute; top:-200px; left:627px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m4\" style=\"position:absolute; top:-200px; left:758px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m5\" style=\"position:absolute; top:-200px; left:872px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"st\" onmouseover=\"wegalle()\" style=\"position:absolute; top:-300px; left:0px; background-color:transparent; height:300px; width:1000px; z-index:1\"><\/div>\n");
}
if (ns4up) {
document.write("<layer id=\"m1\" top=\"-200\" left=\"-1203\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m2\" top=\"-200\" left=\"515\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m3\" top=\"-200\" left=\"631\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m4\" top=\"-200\" left=\"762\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"m5\" top=\"-200\" left=\"875\" bgcolor=\"#FFFFFF\" z-index=\"2\"><\/layer>\n");
document.write("<layer id=\"st\" onmouseover=\"wegalle\" top=\"-300\" left=\"0\" height=\"300\" width=\"1000\" z-index=\"1\"><\/layer>\n");
}
if (ns6) {
document.write("<div id=\"m1\" style=\"position:fixed; top:-200px; left:-1203px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m2\" style=\"position:fixed; top:-200px; left:515px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m3\" style=\"position:fixed; top:-200px; left:631px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m4\" style=\"position:fixed; top:-200px; left:762px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"m5\" style=\"position:fixed; top:-200px; left:875px; background-color:#FFFFFF; z-index:2\"><\/div>\n");
document.write("<div id=\"st\" onmouseover=\"wegalle()\" style=\"position:fixed; top:-300px; left:0px; background-color:transparent; height:300px; width:1000px; z-index:1\"><\/div>\n");
}
}
function erzeugen() {
var teil1="<table width=\"100\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil1+="<tr><td><center><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr>";
teil1+="<tr><td><a class=\"menupunkt\" href=\"java.html\">-<\/a><\/td><\/tr><\/table>";
var teil2="<table width=\"117\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"fussball.html\">Fussball<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"computer.html\">Computer<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"foto.html\">Foto<\/a><\/td><\/tr>";
teil2+="<tr><td><center><a class=\"menupunkt\" href=\"bl.html\">BL<\/a><\/td><\/tr><\/table>";
var teil3="<table width=\"132\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"winter.html\" >Winter<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"sommer.html\" >Sommer<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"fest.html\" >Fest<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"kind.html\" >Kind<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"auto.html\" >Auto<\/a><\/td><\/tr>";
teil3+="<tr><td><center><a class=\"menupunkt\" href=\"auto1.html\" >Auto1<\/a><\/td><\/tr><\/table>";
var teil4="<table width=\"117\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"oldies.html\">Oldies<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"quellen.html\">Quellen<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"schneiden.html\">Schneiden<\/a><\/td><\/tr>";
teil4+="<tr><td><center><a class=\"menupunkt\" href=\"sonstiges.html\">sonstiges<\/a><\/td><\/tr><\/table>";
var teil5="<table width=\"115\" bgcolor=\"#FFFFFF\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"ftipp.html\" >Freizeittipps<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"vtipp.html\" >Versicherungen<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"stipp.html\" >Surftipps<\/a><\/td><\/tr>";
teil5+="<tr><td><center><a class=\"menupunkt\" href=\"links.html\" >Links<\/a><\/td><\/tr><\/table>";
if (ie4up) {
m1.innerHTML=teil1;
m2.innerHTML=teil2;
m3.innerHTML=teil3;
m4.innerHTML=teil4;
m5.innerHTML=teil5;
}
if (ns4up) {
document.m1.document.write (teil1);
document.m1.document.close();
document.m2.document.write (teil2);
document.m2.document.close();
document.m3.document.write (teil3);
document.m3.document.close();
document.m4.document.write (teil4);
document.m4.document.close();
document.m5.document.write (teil5);
document.m5.document.close();
}
if (ns6) {
document.getElementById("m1").innerHTML = teil1;
document.getElementById("m2").innerHTML = teil2;
document.getElementById("m3").innerHTML = teil3;
document.getElementById("m4").innerHTML = teil4;
document.getElementById("m5").innerHTML = teil5;
}
}
function zeige1() {
wegalle();
if (ie4up) {m1.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m1.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m1").style.top=0;document.getElementById("st").style.top=0}
}
function zeige2() {
wegalle();
if (ie4up) {m2.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m2.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m2").style.top=0;document.getElementById("st").style.top=0}
}
function zeige3() {
wegalle();
if (ie4up) {m3.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m3.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m3").style.top=0;document.getElementById("st").style.top=0}
}
function zeige4() {
wegalle();
if (ie4up) {m4.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m4.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m4").style.top=0;document.getElementById("st").style.top=0}
}
function zeige5() {
wegalle();
if (ie4up) {m5.style.pixelTop=document.body.scrollTop; st.style.pixelTop=document.body.scrollTop}
if (ns4up) {document.m5.top=document.pageYOffset; document.st.top=document.pageYOffset}
if (ns6) {document.getElementById("m5").style.top=0;document.getElementById("st").style.top=0}
}
function wegalle() {
if (ie4up) {
m1.style.pixelTop=-1200;
m2.style.pixelTop=-1200;
m3.style.pixelTop=-1200;
m4.style.pixelTop=-1200;
m5.style.pixelTop=-1200;
st.style.pixelTop=-1300;
}
if (ns4up) {
document.m1.top=-1200;
document.m2.top=-1200;
document.m3.top=-1200;
document.m4.top=-1200;
document.m5.top=-1200;
document.st.top=-1300;
}
if (ns6) {
document.getElementById("m1").style.top=-1200;
document.getElementById("m2").style.top=-1200;
document.getElementById("m3").style.top=-1200;
document.getElementById("m4").style.top=-1200;
document.getElementById("m5").style.top=-1200;
document.getElementById("st").style.top=-1300;
}
}
var ns4up = (document.layers)?1:0;
var ie4up = (document.all)?1:0;
var ns6 = (document.getElementById && !document.all)?1:0;
init();
erzeugen();
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
<!--%%Dateiben.html%%-->
<html>
<head>
<title>oben - Frame mit Navi</title>
<head>
<body background="hi-bi.jpg" topmargin="100" leftmargin="463">
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="62"><img src="home.jpg"
border="0" width="00" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Hobbies.jpg"
border="0" width="100" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Bilder.jpg"
border="0" width="120" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="100"><img src="Super8.jpg"
border="0" width="100" height="20"></td>
<td> <img src="wb.gif" width="1" height="18"></td>
<td width="70"><img src="tipps.jpg"
border="0" width="80" height="20"></td>
<td width="200" onmouseover="parent.unten.wegalle()">Javamenue</td>
</tr>
</table>
</body>
</html>
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
<!--%%Datei:unten.html%%-->
<html>
<head>
<title>unten - Frame mit Inhalt</title>
</head>
<body background="bi-hi.jpg">
<script type="text/javascript" src="menu.js"></script>
</body>
</html>