I have the below dropdown that I have linked to a image map modal window with an link. However the selection list is on top of the modal window even though the modal is set to z-index: 99999;
Any thoughts on how to get the selection box to not overlay the modal window? Can I set the z-index of the selection list somehow?


From w3schools.com:
Most likely therefore, you need to set
position:relativeon the modal window (unless you want the attributes of fixed or absolute positioning, obviously).