音量控制隐藏
在我的 WordPress 网站上,我使用了一个手风琴插件,里面是我的 mediaelementjs 音频代码。我的问题是,当单击音量时,音量控件隐藏在手风琴后面。这是一个屏幕截图: http://i54.tinypic.com/35isyyt.png
这是网址:http://goo.gl/qmZoz
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ID 为
the-accordion-content-1
的元素的overflow
CSS 属性设置为auto
。您需要将其设置为visible
。类似的东西可能会起作用:The element with ID
thethe-accordion-content-1
has itsoverflow
CSS property set toauto
. You need to set it tovisible
instead. Something like that might work: