Rumah > Artikel > hujung hadapan web > 请教下 css 弹出叠层如何覆盖父有层_html/css_WEB-ITnose
<dl id='popWin' style='width: 264px; height: 146px; border: 1px solid #E42C98; position: absolute; left: 0; top: 0; z-index: 99999; '> <dt style='height: 28px; background: url(../images/float_title_bg.jpg) no-repeat; border-bottom: 1px solid #E42C98; '> </dt><dd id='btCommand' tag='1717281' style='margin: 0; cursor: pointer; font-size: 12px; '><div style='width: 72px; height: 88px; background: url(../images/img_frame.jpg) no-repeat; padding: 7px 9px 9px 7px; margin: 7px 5px; float: left; _margin: 7px 5px 0 3px; '><a style='width: 72px; height: 88px; font-size: 76px; display: block; overflow: hidden; ' href='../space.asp?uid=<%=uid%>' target='_blank'><img style="max-width:90%" src='<%=upic% alt="请教下 css 弹出叠层如何覆盖父有层_html/css_WEB-ITnose" >' onerror=this.onerror=null; this.src='<%=epic2%>' /></a></div><div style='margin-top: 8px; line-height: 24px; color: #333; '> <a style='color: #FB03A9; text-decoration: underline; ' title='<%=uname%>' href='../space.asp?uid=<%=uid%>' target='_blank'><b><%=uname%></b></a>查看了您的资料<p style='line-height: 18px; margin: 0; '>他可能对您很感兴趣哟!<br>艳遇就在瞬间,快加QQ联系吧<br><img src='../images/love.gif' alt="请教下 css 弹出叠层如何覆盖父有层_html/css_WEB-ITnose" ></p><a style="max-width:90%" href='../space.asp?uid=<%=uid%>' target='_blank'><font color='#ffffff'>看她的资料-></font></a></div></dd></dl>
你把z-index属性控制好就行了
要显示在整个页面的最外层就把z-index的相对值设置最高把。
z-index属性控制啊, http://www.ido321.com/666.html LZ看看这篇博文
看代码没看到什么问题, 有position:absolute;也有z-index;
LZ把生成后的页面, 按F12看一下页面结构, 把生成后的HTML结构抓出来, 分析一下样式哪个地方出问题了