my problem is that I got 3 submenus in the third nav named “Productos“, but they are not showing.
I think maybe the error got something with the jQuery plugin kwicks… making it overflow:hidden;
I’m kinda new so I will appreciate your help ^^
Here is the link to the website
Edit: I remove the kwicks and I can see the submenu but I need the kwicks, Is there someway to bypass that??
Using Chrome I can see half of your first menu that has a text like “Maquinaria”.
I think that the menu is going to show inside its container.
Have you tried setting an higher z-index?
I have also checked with Developer tool and the overflow is correctly set to visible.
EDIT:
This is the code generated at runtime:
The UL element has an overflow (x and y) set to visible. but the parent LI element has its overflow (x and y) set to hidden