FranzL: Frames überlappen sich (NS/IE) - die 2.te

Beitrag lesen

so ich versuch's nochmal, nachdem ich das erste Mal keine ausreichende Antwort bekommen hab (soll keine Kritik sein).

also ich hab folgendes Frameset:

<frameset rows="16%,70%,14%" border="0" frameborder="0" framespacing="0">
  <frame name="top" src="img_top.htm" noresize scrolling="no" marginwidth="0" marginheight="0" frameborder="0">
  <frame name="content" src="img_start.htm" marginwidth="0" marginheight="0" frameborder="0">
  <frame name="bottom" src="img_bottom.htm" marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
</frameset>

und mein Problem ist dass sich der Content-Frame ab einer Auflösung von >= 800x600 über den Menü-Frame ("top") schiebt und das Menü ab einer gewissen Größe (Kleinheit) überlappt.

Außerdem soll das Frameset RELATIV BLEIBEN, absolute Angaben helfen mir nichts.

Das Problem passiert im NS & IE; ist egal

danke und gruß, FranzL