发布网友 发布时间:2022-05-02 19:18
共2个回答
懂视网 时间:2022-05-13 11:16
border-radius 不兼容ie7、ie8
.savebuution0 { background: url("../image/none.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0); border:medium none; border-radius: 8px; color: #fff; font-weight: bold; height: 45px; width: 124px;}热心网友 时间:2022-05-13 08:24
在HTML中把块的边框做成圆角需要利用css的border-radius属性。