Popup Menu w/ Frames

admin

Administrator
Staff member
I have a frame page, contents on the left and the main page in the middle. You can see it here: <br />
<br />
<!-- m --><a class="postlink" href="http://members.shaw.ca/wgorecki/index.html">http://members.shaw.ca/wgorecki/index.html</a><!-- m --> <br />
<br />
My question is, how do I make the popup menu pop over the main frame? The 4 files I'm using on this page are: <br />
<br />
<!-- m --><a class="postlink" href="http://members.shaw.ca/wgorecki/index.html">http://members.shaw.ca/wgorecki/index.html</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://members.shaw.ca/wgorecki/contents.html">http://members.shaw.ca/wgorecki/contents.html</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://members.shaw.ca/wgorecki/main.html">http://members.shaw.ca/wgorecki/main.html</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://members.shaw.ca/wgorecki/menuswapper.js">http://members.shaw.ca/wgorecki/menuswapper.js</a><!-- m --> <br />
<br />
Thanks in advance!<!--content-->you will either have to make the frames z-index lower or the popup menu's higher.<br />
<br />
this is what you need<br />
<br />
style="z-index:10"<br />
<br />
just change the value to what you want. the higher the number the more upfront it is I believe. just insert those in the containers for the popup menu and the frame tags<!--content-->Thanks scoutt!! Worked like a charm :D<!--content-->
 
Back
Top