I have a header frame, and a body content frame.
My header frame by default is to put logo and logout button.
My body frame is to put all the contents.
Issue now is:
I decided to add in a drop down menu at header frame.
When scroll over, it will drop down a long list.
But, when scroll over, it drop down inside the header frame itself. I want it to drop down menu to overlapping the body frame.
I know it can easily done if all the thing is in 1 single page.
But now I’m using frame.
Is there any way to work out on this? CSS? or ? or no way at all?
AFAIK, you can’t. Each frame is a separate page. One more case for not using frames.