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...