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: Saturday July 14 2012 - 06:07:29
Drop down menu not "on top" of main frame
Poster: gregorr
Dated: Monday May 26 2003 - 2:56:08 BST
Howdy friends,
I have 2 unresolved issues with running the menu on a site with frames. I would like to have the menu script run in a frame at the top 10% of the screen with the lower 90% of the screen for display of the content pages.
1st PROBLEM:
The drop down menu does not display "on top" of main frame. It drops down behind the main frame and so is invisible.
ASSOCIATED FRAME QUESTION:
To display a linked URL in another frame I am using target= in the link as such:
<A HREF="17_butterflies.htm" target="Framed Butterfly Displays"> 17 butterflies</A>
How would I construct the line in menu_array.js to perform this action? The line in question now reads:
,"17 butterflies","17_butterflies.htm",,,1
but that then opens in the same window.
Thanks all!
Rich