【问题标题】:How to add Youtube video in the background of HTML section如何在 HTML 部分的背景中添加 Youtube 视频
【发布时间】:2014-10-06 10:13:35
【问题描述】:

我有一个 HTML 部分,我想在其中添加一个 youtube 视频在后台,但我无法做到。这里是在后台添加 youtube 视频的 HTML..

    <div style="width:100%;">
        <iframe frameborder="0" allowfullscreen="" src="http://www.youtube.com/embed/_OBlgSz8sSM"></iframe>
    </div>

这里是小提琴链接..Fiddle

请帮我将此视频添加到部分背景中..

【问题讨论】:

  • 所以你想让文字出现在视频上吗?
  • @Youness 是的..它是对的......
  • 已回答,我测试过了

标签: html css youtube


【解决方案1】:

将此添加到您的 CSS 中:

.container{
    position:absolute;
    z-index:999;
    top:0px;

}

这里是FIDDLE

【讨论】:

    猜你喜欢
    • 2020-03-26
    • 2019-12-18
    • 1970-01-01
    • 2016-12-20
    • 2021-12-13
    • 2020-10-18
    • 2020-03-27
    • 2022-11-21
    • 2017-05-27
    相关资源
    最近更新 更多