All your menus drop from the upper frame into the main frame, and I guess,
this is what you need and your top frame is not wide enough to accept the
drop down.
You cannot make a decent menu with just classic HTML. Try DHTML which is a
combination of HTML, JavaScript, and HTML DOM.
However this has two problems:
1. DHTML is rendered differently in IE and NC. At least it was the case
couple of years ago when I practiced it. Doing something for HC was such a
pain, so I decided to sacrifice the NC lovers (they accounted about 15% of
my site visitors) and drop the NC version of the script
2. It is very complicated to make a DHTML menu to drop down from one frame
into another.
There was a very good resource something like DHTML Laboratory (try
http://www.webreference.com/)
This type of menus became very common now - just surf the Web, save it onto
disk and parse to see how it works
"Kajupa" <> wrote in message
news:41666239$0$24608$...
> Can someone take a look at the following page:
>
> http://www.crosswood.be/Rock%20Monsieur/
>
> What can I do to make the links in the menu to open in the main-frame.
> So for example 'Programma 2002-2003' has to open in the frame where you
see
> the flashmovie from Rock Monsieur.
>
> Or does anyone else has a good alternative to write a dropdown menu in
html?
>
> Thanks a lot.
>
>