【问题标题】: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当我滚动我的网页时,音频框只是通过导航栏,如何解决这个问题。我不想在导航栏上显示它
【发布时间】:2021-06-09 02:10:42
【问题描述】:

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

        <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.

【问题讨论】:

标签: javascript html css image audio


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-05-23
    • 2020-10-13
    • 2021-03-19
    • 1970-01-01
    • 2019-02-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多