Skip to content Skip to sidebar Skip to footer

Dropdown Hide Behind Mootools Silder

I have a custom dropdown box in mootools slider as per below image. This slider contains three div, that auto rotate in vertically one by one. Slider’s and custom dropdown’s ja

Solution 1:

If some content can't be shown in HTML it's usually due to overflow:hidden css attribute set on one of it's parents.

It's seems that is what your problem is - try to remove the overflow hidden of the parent element that contains the dropdown element.

If you need that overflow:hidden then there are other ways to create that effect so it really help if you publish your full code using http://jsfiddle.net/ or something else...


Solution 2:

Can you put the slider in an iframe? There might be a more sophisticated remedy, but that always works.


Post a Comment for "Dropdown Hide Behind Mootools Silder"