解决方案:在css样式表中添加background:no !important;这时会有黑色阴影轮廓,再加一句Fliter:no!important;
z-index在ie7失效,因为ul中的li在ie7解析时会自动重置z-index为0,解决办法:
position:relative;
z-index:想在某一层的高一层显示就比他的z-index值大一。