繁体   English   中英

当我滚动我的 web 页面时,音频框刚刚经过导航栏,如何解决此问题。 我不想在导航栏上显示它

[英]When I scroll my web page, audio box just passes over the navigation bar, how to fix this issue. I don't want to show it on navigation bar

这是我正在使用的代码。 另请告知,当任何人单击启动音乐的图像时,播放时会更改,停止播放时会再次更改图像。

        <img id="startOrStopImg1" class="audioimage" src="short images/cdd.png" alt="চালু করুন">
        <audio id="audio" src="short images/riya.mp3" type="audio/mp3" controls>Your browser does not support the
            audio element</audio>

    This is the code I am using. Also please tell, When anyone click the image which start the music will change while playing and again change image when stop playing.

尝试使用 CSS 属性z-index 较高的索引使元素更接近顶部。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM