

我引用的图片,是圆角,为什么显示出来是方脚?
.btn
{
width:145px;
height:34px;
line-height:22px;
font-size:22px;
background:url("/images/button/bg2.jpg") no-repeat left top;
color:#959595;
padding-bottom:4px;
CURSOR: pointer;
}
------解决方案--------------------
加个
border:none;