你的位置:
主页
>>
层特效
select上面的层
查看效果
加入如下代码到body区域
<iframe style="position:absolute;z-index:9;width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight);top:expression(this.nextSibling.offsetTop);left:expression(this.nextSibling.offsetLeft);" frameborder="0" ></iframe> <div style="background:#3474C8;position:absolute;z-index:10; width:260px; height:224px; right:15px; bottom:15px;"> </div> <table style="position:absolute;width:260px; height:224px; right:150px;bottom:15px;background:#ff9966;"> <tr> <td> <select style="width=140"> <option value="2">web.cc707.com/07</option> <option value="1">www.toto369.com</option> </select> </tr> </td> </table>