How to overlay an image over embedded video?
问题 I'm looking put put some text over google drive embedded player (using 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> But the text is not overlaying the video player on my site. I'm working on wordpress mh-joylite theme. Please suggest me, point my mistakes. 回答1: