我的网站上的导航选项卡有问题。下拉导航配置到 iframe youtube 视频。
横幅样式 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;
}