得到圆角没问题,但是我怎样才能让它们重叠以便我可以看穿?
当前代码:
nav li{
height: 50px;
line-height: 50px;
background: #ccc;
float:left;
width: 192px;
text-align:center;
border-bottom-right-radius: 25px 25px;
}
得到圆角没问题,但是我怎样才能让它们重叠以便我可以看穿?
当前代码:
nav li{
height: 50px;
line-height: 50px;
background: #ccc;
float:left;
width: 192px;
text-align:center;
border-bottom-right-radius: 25px 25px;
}