Click to See Complete Forum and Search --> : Frames On top?


Damo
02-13-2003, 10:30 AM
Hi,

I have a frameset with two frames. In one frame i hava webb page with a menu. The second frame contains the page u choose from the menu. Now to my problem. The menu in the top frame is not "on top". The bottom frame is "on top" and i cant see all my child nodes to my menu. How can i make the menu or frame on top so that I always can see the different menu options?

Regards

/Daniel

pyro
02-13-2003, 10:39 AM
If I understand you correctly, you have a drop down menu in your top frame that is being hidden by your bottom frame? If that is correct, no, you can't have your menu "go over" the bottom frame.

khaki
02-13-2003, 10:56 AM
and that's another negative about frames.

obsessed upon by me here:
http://forums.webdeveloper.com/showthread.php?s=&threadid=3415)

instead of using frames just have your menu (javascripted generated?) repeat on the top of every page.

just a thought
k

Stefan
02-14-2003, 08:22 AM
Originally posted by Damo
How can i make the menu or frame on top so that I always can see the different menu options?


By using an iframe to insert the menu/top of the page into your main page.