- 昵 称: (必填)
- QQ 号: (必填)
- 评 论: (必填5-250字)
- 验证码: (必填)
在需要遮挡的层里面加入<div class="brand_z"><iframe></iframe>然后利用样式来定义z-index:-1;
.brand_z{ position:absolute; z-index:-1;left:0;top:0;width:612px; height:362px;}/* iframe控制下拉框遮挡 */
.brand_z iframe{ width:612px; height:362px; filter:alpha(opacity=0;-moz-opacity:0;}