Frames and more frames…

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Nadia
Beginner
Beginner
Posts: 1
Joined: Fri Aug 09, 2002 2:45 pm

Frames and more frames…

Post by Nadia »

My menu just wont Pop Out onto my frame when I get deeper into the frameset hierarchy.

Code: Select all

<page>
  <frame name=contents>
  <frame name=main>
</page>
The above works just great, my menus are in contents and they Pop Out onto main, however,

Code: Select all

<page>
  <frame name=contents>
  <frame name=main>
    <page>
      <frame name=rtop>
      <frame name=rbottom>
    </page>
</page>
The above just doesnt work, I have tried so many things (too many to list), is there a quick fix already out there?
Post Reply