Here is my code. When you click in the green button (the icon is not showed), the menu appears. The problem comes when you hover in the option, as you can see, the grey divs overllap them. How can i do to put the below the options? I tried to change the z-index, but i didn’t work (i suppose the problem its here, but i don’t know how to fixed properly). Thanks in advance.
You can’t do that with the current structure. The best you can do is something like this where you unnest the div from the anchor and update the CSS.
http://codepen.io/ryanreese09/pen/QwREgZ
But as long as the divs are children of the yellow LI you are limited to how you can get it behind that.
1 Like
Thank you! That’s very simmilar to what i need.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.