I need a way to display a drop-down menu from a toolbar inside a frame that overlaps (has priority) over the window below it.
I created a toolbar with working CSS dropdown menu, but when I put it in a frame, the dropdown appears only inside the host frame, obscured by the target window.
I gave the dropdown a "z-index: 9999;" (in the style sheet) but it didn't help.
Any ideas? TIA
I created a toolbar with working CSS dropdown menu, but when I put it in a frame, the dropdown appears only inside the host frame, obscured by the target window.
I gave the dropdown a "z-index: 9999;" (in the style sheet) but it didn't help.
Any ideas? TIA