ballouta Posted May 7, 2009 Share Posted May 7, 2009 hello i have this submenu live: http://www.thinkpositive-lb.org/v1/indexnew.html if you try to put ur cursor over the submenu titles, the menu goes (closes) If i remove the div's under it, it works properly How do I fix it? Please help Quote Link to comment Share on other sites More sharing options...
stewart Posted May 7, 2009 Share Posted May 7, 2009 The sub-menu is getting blocked by one of the parent elements/containers. I didn't go and track which one exactly, but essentially after a certain point (right around the bottom of the header/start of the gray background area) the sub menu goes beneath another element, instead of staying on top of it. You need to track down which one is doing it and see if you can play with it. Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 7, 2009 Share Posted May 7, 2009 Set z-index to a number like 50. CSS z-index: 50; Of course in the UL. Quote Link to comment Share on other sites More sharing options...
ballouta Posted May 8, 2009 Author Share Posted May 8, 2009 I removed position: relative; of the container CSS and it is working now. thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.