绝对位置后内容已隐藏<
绝对位置隐藏我的内容
我希望我的内容是边框 5px
但输入此代码后,我的内容已被隐藏
见:http: //qass.im/checked
.wrapper > ul {
list-style: none;
position: relative;
z-index:1;
clear:both;
border:5px solid #ccc;
}
.wrapper > ul > li {
position: absolute;
left:0;
top:0;
width: 100%;
}