The code snippet below is from my frameset.jsp file:
</head>
<iframe width="100%" src="mail_frame.html"></iframe>
<iframe width="105px" height="100%" src="sidenav.html" id="leftnav" name="leftnav" ></iframe>
<iframe height="100%" src="body.htm" id="main" name="main"></iframe>
</html>
Is there a way to create a dropdown menu in the mail_frame.html that will overlap the other two frames located beneath it? How can this be achieved?