border-radius向元素添加圆角边框,css3中的。IE9+ chrome safari5+ firefox4+ 现在都支持。可以向input div等设置边框。与border相似,可以四个角一起设置,也可以单独设置。
语法:
复制代码代码如下:border-radius: 1-4 length|% / 1-4 length|%;-moz-border-radius:10px;支持旧的firefox-webkit-border-radius:10px;支持chrome
按top-left