-2
我有Z指數的問題。我嘗試使圖像位於iframe中的視頻下。Z索引不起作用(定位和堆棧情境感知)
img
{
position:relative;
}
iframe
{
position:relative;
z-index: 2;
}
我尋找答案,只得到了大約在這裏是沒有問題的(如果我認爲正確的路線)的位置和堆疊上下文的提示。我會欣賞一些幫助!
編輯HTML的這個IMG和iframe
<div id="main-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
<img src="images/logo/logo_biale_margins320.png" id="logo"/>
</div>
<section id="page-top" class="section-style" data-background-image="images/background/page-top.jpg">
<div class="pattern height-resize">
<div class="container" >
<center><h2 class="section-name">
<span>
SHOVROOM<br/>available today!
</span>
</h2></center>
<h3><center>
Present Anything, Anywhere
</center></h3>
<br/><br/>
<header>
<center>
<iframe id="video"
src="https://www.youtube.com/embed/psraUPSYU28?rel=0" frameborder="0" allowfullscreen>
</iframe>
</center>
</header>
你可以添加你的'html'嗎? – zgood
完成後,我添加了@zgood –
您的html有點亂碼,您正在使用過時標籤,如中心 –