On my wordpress site i’m using an accordion plugin and inside it is my code for mediaelementjs audio. My problem is when click on the volume, the volume control is hidden behind the accordion. Here’s a screenshot:
http://i54.tinypic.com/35isyyt.png
and here’s the url: http://goo.gl/qmZoz
The element with ID
thethe-accordion-content-1has itsoverflowCSS property set toauto. You need to set it tovisibleinstead. Something like that might work: