18910140161

CSS-我设计了一个html页面,但我的href和youtube iframe不允许我单击堆栈溢出

顺晟科技

2022-10-19 13:23:26

141

我有一个只有一个CSS文件和一个html文件的网页,我不知道为什么我不能点击这个YouTube嵌入式链接或点击“click here”a.href

https://codepen.io/deueljordan/pen/xwgqgjk

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

多谢


顺晟科技:

在这里查看z-index文档: https://developer.mozilla.org/en-美国/docs/web/css/z-index

应更改

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

这将使您希望其他人访问的代码链接起作用。

如果还有什么我能帮忙的,我很乐意帮忙!:)

只需按以下方式注释或删除:

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

您可以在CodePen上查看更新后的演示: https://codepen.io/tibichi/pen/nwgmvoe

问题出在您的CSS部分。 如果更改

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

        <iframe width="750" height="422" src="https://www.youtube.com/embed/rt-2cxAiPJk"
            title="YouTube video player" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen>
        </iframe>

您的页面将正常工作

  • TAG:
相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航