Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:28

Frames and more frames…


Poster: Nadia
Dated: Friday August 9 2002 - 15:00:45 BST

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

Code:
<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:
<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?