css3整理--border-radius
生活随笔
收集整理的這篇文章主要介紹了
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
?
總結
以上是生活随笔為你收集整理的css3整理--border-radius的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Howto: 如何将ArcGIS Ser
- 下一篇: php 递归删除函数