Hallo Leute!
Dies ist mein erster Beitrag in diesem Forum und gleich eine knifflige Frage:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Netscape-Version</title>
<link rel="stylesheet" href="/css/projekt.css">
<link rel="stylesheet" href="/css/titel.css">
<style>
<!--
#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
//list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif)}
//-->
</style>
<style>
<!--
oli {
width: 20%
height: 20%
}
ore {
width: 80%
height: 20%
}
uli {
width: 20%
height: 80%
}
ure {
witdth: 80%
height: 80%
}
//-->
</style>
<script language="JavaScript1.2">
<!--
//Smart Folding Menu tree- By Dynamic Drive (rewritten 03/03/02)
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
var head="display:''"
img1=new Image()
img1.src="fold.gif"
img2=new Image()
img2.src="open.gif"
var ns6=document.getElementById&&!document.all
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
function checkcontained(e){
var iscontained=0
cur=ns6? e.target : event.srcElement
i=0
if (cur.id=="foldheader")
iscontained=1
else
while (ns6&&cur.parentNode||(ie4&&cur.parentElement)){
if (cur.id=="foldheader"||cur.id=="foldinglist"){
iscontained=(cur.id=="foldheader")? 1 : 0
break
}
cur=ns6? cur.parentNode : cur.parentElement
}
if (iscontained){
var foldercontent=ns6? cur.nextSibling.nextSibling : cur.all.tags("UL")[0]
if (foldercontent.style.display=="none"){
foldercontent.style.display=""
cur.style.listStyleImage="url(open.gif)"
}
else{
foldercontent.style.display="none"
cur.style.listStyleImage="url(fold.gif)"
}
}
}
if (ie4||ns6)
document.onclick=checkcontained
//-->
</script>
</head>
<body class="graurand">
<table>
<tr>
<td class="oli">
</td>
<td >
<iframe name="oben" src="titel.tstart.html" noresize class="ore"></iframe>
</td>
</tr>
<tr>
<td class="uli">
<ul>
<li id="foldheader"><a href="../titel/texcelgrund.htm" target="oben">Excel Grundlagen für Einsteiger</a></li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="../excelgrund/grundlagen.html" target="content">Grundlagen</a></li>
<li><a href="../excelgrund/aufbau.html" target="content">Aufbau</a></li>
<li><a href="../excelgrund/daten.html" target="content">Eingabe von Daten</a></li>
<li><a href="../excelgrund/funktionen.htm" target="content">Formeln & Funktionen</a></li>
<li><a href="../excelgrund/shortcuts.html" target="content">Shortcuts</a></li>
<li><a href="../excelgrund/sonstiges.html" target="content">Sonstiges</a></li>
<li><a href="../excelgrund/beispiel.html" target="content">Praxisbeispiele</a></li>
<li><a href="../excelgrund/linkliste.html" target="content">Links & Tools</a></li>
</ul>
<li id="foldheader"><a href="../titel/texcelfort.html" target="oben">Excel-Infos für Fortgeschrittene</a></li>
<ul id="foldinglist" style="display:none" style=&(head);>
<li><a href="../excelfort/bezug.html" target="content">Bezüge</a></li>
<li><a href="../excelfort/summe.htm" target="content">Summen und mehr</a></li>
<li><a href="../excelfort/tricks.html" target="content">Allgemeine Tips und Tricks</a></li>
<li><a href="../excelfort/zahlen.html" target="content">Zahlen und ihre Formate</a></li>
<li><a href="../excelfort/vbadoku.htm" target="content">Einstieg in die VBA-Programmierung</a></li>
</ul>
</ul>
</td>
<td>
<iframe src="start.html" name="content" noresize class="ure"></iframe>
</td>
</tr>
</table>
</body>
</html>
Ich habe mit diesem Code eine Alternativ-Seite zu meiner Frame-Seite erstellt. Sie wird mir aber falsch angezeigt: http://www.winhome.de/frameset2.html
So sollte sie richtig aussehen: http://www.winhome.de/frameset.html (das ist die normale Startseite, die Frames verwendet). Die Netscape-Version hab ich ohne Frames probiert mit obigem Ergebnis..... Was mach ich falsch????
Fragt Alex
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!