我的网站上的导航标签有问题。
下拉导航配置以将iframe youtub视频。

横幅样式CSS:

.banner {
    background-image: url(images/banner-bg.png);
    background-repeat: no-repeat;
    float: left;
    height: 291px;
    width: 544px;
    padding: 7px;
    z-index:2 !important;
    position:relative;
}


导航样式CSS:

.juizdropdown {
    position: relative;
    z-index:999999 !important;
}

最佳答案

您是否要在嵌入的YouTube视频上方显示下拉菜单? Flash电影的wmode属性可以使它们显示在所有HTML之上。

快速测试:为什么不尝试用图像代替Flash视频来尝试。如果下拉菜单显示正常,则可能是Flash WMODE?

关于css - Z-index在iframe IE8和IE7中不起作用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14254404/

10-14 15:17
查看更多