IE zeigt Frames nich richtig an
Thomas Karner
- html
Hallo allerseits!
Ich weiss zwar nicht, ob's mein Fehler in der Frameset-Definition
ist, oder ob's der IE ist.
Was ich will:
---------------------------------------
top-Frame |
---------------------------------------
n | |
a | |
v | |
Die definition im index.htm-file sieht so aus:
****************************************
<frameset rows="50,*,70,50,50" frameborder="yes" border="1" framespacing="0">
<frame src="top.htm" name="top" scrolling="auto" noresize >
<frameset cols="20%,*" frameborder="yes" border="1" framespacing="0">
<frame src="about.htm" name="about" scrolling="auto" noresize >
<frame src="main.htm" name="main" scrolling="auto" noresize >
</framest>
<frame src="nav.htm" name="nav" scrolling="auto" noresize >
<frame src="projects.htm" name="projects" scrolling="auto" noresize >
<frame src="contact.htm" name="contact" scrolling="auto" noresize >
<noframes><body>
blablablab
</body></noframes>
</frameset>
****************************************
Das Problem ist nun dieses, dass mir der IE die untere 3 Frame-rows
nicht anzeigt. Alle src-files gibts. Wo hab' ich mich hier vertan?
Vielen Dank für eure Hilfe,
Tom
Hallo Thomas,
</framest>
Schreibe den Tag richtig: </frameset> und Dein Problem ist gelöst.
Viele Grüße,
Christian
Hallo Tom
<frame src="about.htm" name="about" scrolling="auto" noresize >
<frame src="main.htm" name="main" scrolling="auto" noresize >
</framest>
^^^^^^^^
Ein Tipfehler?