Hello, how do I make my menu inside one frame go over another frame? I have the following html:
<frameset rows="150,*" frameborder="no" border="0" framespacing="0">
<frame name="menu" src="Menu.aspx" noresize scrolling="no" />
<frame name="sistemas" src="TelaInterna.aspx" noresize />
</frameset>
In the first frame I have a menu, but when I hover in one of the items and the menu displays the internal items, instead of the drop down it goes up because it does not find space in the frame. I would like to know if there is a way to say that frame 1 will display the content overlapping that of frame 2, that is, closer to the screen.
Obs: I understand that working with frames is a problem and limiting, but in this case I need to find a way to do this without removing the frame structure. This is the only requirement because the project has this restriction: (.