« 力挺Google | 首页 | forkb »

axiebin

留言(1 条)

CSS3圆角详解 留言:

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
#############################
以上属性在IE9以下的浏览器能不能实现 全部圆角??求解决方案?