Skip to content Skip to sidebar Skip to footer

Why Does The Chosen Select DropDown Goes Under The Footer DIV

I have the following HTML:

Solution 1:

Remove overflow: hidden from the bodyMainContentHolder. Your container is hiding the inner drop-down div.

http://jsfiddle.net/e62Wu/77/


Post a Comment for "Why Does The Chosen Select DropDown Goes Under The Footer DIV"