【发布时间】:2015-11-15 05:26:55
【问题描述】:
我正在寻找在 google drive 嵌入式播放器上放置一些文本(使用 iframe)
CSS 和 HTML:
#over {
position: absolute;
top: 0px;
left: 0px;
background-color: #FF0000;
height: 30px;
}
<div>
<div id="over">This is Preview</div>
<iframe src="https://docs.google.com/file/d/0B5GSymfNadlIV1NJRFpITWJLNHc/preview" width="640" height="480"></iframe>
</div>
但文本没有覆盖我网站上的视频播放器。我正在研究 wordpress mh-joylite 主题。请建议我,指出我的错误。
【问题讨论】:
标签: html css wordpress google-drive-api