迷茫兔
2015-03-27 09:40
.topmenu .lihover span /*白色小方框*/
{
background: white;
display: inline-block;
z-index: 20;
width: 20px;
height: 30px;
float: right;
position: relative;
}
如题
z-index 属性要求元素设置了position属性——relative、absolute、fixed
他是为了以LI为父级元素来实现定位,
如果不用position 那么这个span标签就会挤出去 实现不了遮盖效果
商城分类导航效果
63737 学习 · 276 问题
相似问题