I encountered an issue where the drop-down menu was displaying behind a div, which I have now fixed. However, it is currently being overlapped by the text of another div:
Click here for more details
This problem only arises in IE7, and I suspect it might also happen in IE6 although I haven't tested it yet.
To address this, I have set the z-index of the overlapping divs to 1, while the drop-down z-index is set to 2.
It works perfectly fine in Google Chrome and Firefox.
Your assistance on this matter would be greatly appreciated.