So I wrote a carousel in jQuery, but I want to have drop-down menus within the carousel. The problem is I’m using a container to hold the carousel with overflow set to hidden. This prevents the dropdowns from showing. Any ideas?
Here’s a link where you can see what I’m talking about.
Well I fixed it by wrapping the container that had the overflow:hidden in another div that had a fixed height.