Marc Reichelt: Frames - Überschneidung von 2 Frames verhindern ?

Beitrag lesen

Hi!

Warum weiß ich jetzt nicht genau, allerdings ist dein frameset nicht korrekt.
<frame> und <frameset> dürfen allerdings nicht nebeneinander in einem <frameset> vorkommen:

<frameset cols="*,250,460,*" border="0">
 <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frameset rows="*,500,*" border="0">
  <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="main_left" src="main_left.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
 </frameset>
 <frameset rows="*,38,456,6,*" border="0">
  <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="main_right_head" src="head.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="main_right_main" src="news.html" scrolling="auto" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="main_right_bottom" src="bottom.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
  <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
 </frameset>
 <frame name="dummy" src="dummy.html" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" noresize>
</frameset>

cu

Marc Reichelt || http://www.marcreichelt.de/

--
tel.: 0049/6181/72224
Linux is like a wigmam - no windows, no gates and an Apache inside!!!