컴퓨터/개발

iframe 의 z-index 문제 해결

하늘치 2014. 3. 7. 15:06
반응형

<iframe width="650" height="366" src="//www.youtube.com/embed/FPrTcpmGzfU" frameborder="0" allowfullscreen style="width:100%; max-height:100%; z-index:1;"></iframe>


<iframe width="650" height="366" src="//www.youtube.com/embed/FPrTcpmGzfU?wmode=opaque" frameborder="0" allowfullscreen style="width:100%; max-height:100%; z-index:1;"></iframe>

반응형