I have a simple layout.
<div id="menu" style="height=30px"> </div>
<div id="content"> </div>
The superfish menu is in the MENU div. Menu div must be 30px height but so the superfish menu dropdown can't see because does not fit. (Superfish menu is 200px when dropped down)
I try to set z-index to MENU div but it does not work.
How can I fix this?