Thomas Karner: IE zeigt Frames nich richtig an

Beitrag lesen

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 |                                    |

  • |                                    |
    f |           main-frame               |
    r |                                    |
    a |                                    |
    m |                                    |
    e |                                    |
    ---------------------------------------
    about-frame                            |
    ---------------------------------------
    projects-frame                         |
    ---------------------------------------
    contact-frame                          |
    ---------------------------------------

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