javascript thread: Multi-frame page with pull-down navigation menue showing behind main frame
Hi and thanks for your tips Gérald!
I found the HierMenu (ver. 3.10) at DHTML Lab, and they happened to have a
navbar which sends a request from the nav frame to the main frame, where
the pull-down menues are displayed. This creates an illusion that they
extend from the nav frame, quite nice really.
Cheers
> Kjell,
>
> You can't display a layer over a frame. It would be so excellent...
>
> You can also use a SSI (Server Side Include) to display your navbar.
> Many technologies are available. The choice depends of your environnement
> and your possibilities.
>
> My choice : PHP/MySQL/Apache ('coz Open Source and so easy)
>
> Good Luck, Gérald P.
>
> > Hi!
> >
> > Q. I have a web page where I'm trying to use a "Dynamic Pull-down
Menu".
> > My problem is, that the navigation bar (which is in the "nav" frame
> above
> > the frame where I show all other pages, displays the pull down dynamic
> > menus behind the other "main frame" below the nav frame. Is there a
way
> to
> > have the pull down menues show in front of the "main frame"?
> > I've tried to change the z-index (but I guess that only works within a
> > frame), but it doesn't work...
> > I have increased the hight of the "nav" frame to be able to see the
pull
> > down menues and click them, but this looks terrible... Any solution
> would
> > be most appreciated indeed.
> >
> > Kjell Jarmlinger, Stockholm, SWEDEN
> >