【发布时间】:2013-12-12 12:00:30
【问题描述】:
有人可以告诉我如何使用 CSS 将下面创建的链接链接到下面的 iframe。我有点希望 iframe 是一个几乎填满屏幕但似乎无法理解所需 CSS 的弹出窗口!我想 iframe 需要先隐藏,但我真的需要帮助。谢谢大家的帮助
iframe
<iframe width="420" height="345" src="http://www.youtube.com/embed/oHg5SJYRHA0?autoplay=1" frameborder="0" allowfullscreen></iframe>
html
<a href="http://youtu.be/oHg5SJYRHA0" target="_blank" class="play clearfix proximaBold relative"><span class="cta floatL">through the eyes of a bigsmile advert</span><span class="playIco floatL"></span></a>
我正在努力实现与 http://adayinbigdata.com/ 此处的视频相同的效果,以用于我的大学品牌重塑评估。
【问题讨论】:
标签: html css iframe youtube popup