css3整理--border-radius

1、border-radius

标准:

border-top-left-radius: x y // 左上角,x 圆角水平半径, y 圆角垂直半径

border-top-right-radius:x y

border-bottom-right-radius:x y

border-bottom-left-radius:x y

FF:

-moz-border-radius-topleft

-moz-border-radius-topright

-moz-border-radius-bottomright

-moz-border-radius-bottomleft

chrome:(标准基础上加前缀)

-webkit-border-top-left-radius

-webkit-border-top-right-radius

-webkit-border-bottom-left-radius

-webkit-border-bottom-right-radius

 

posted @ 2014-03-18 09:22  charling  阅读(231)  评论(0编辑  收藏  举报