制作圆角用css3加border-radius为什么不能生成圆角,下面是css代码
li{
display: block;
width: 100px;
height: 30px;
background-color: #79B1A3;
float: left;
margin-left: 2px;
border-radius-left:5px;
border-radius-right:5px;
}
a{
display:block;
line-height: 30px;
text-decoration: none;
width: 100px;
height: 30px;
text-align: center;
}
a:hover{
background-color: #669900;
color: #FFFFFF;