css:border_radius
This is an old revision of the document!
Table of Contents
CSS - Border Radius
For all corners
-webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
For individual corners
-khtml-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;
NOTE: Mozilla is the exception and needs its own syntax.
-moz-border-radius-: value;
css/border_radius.1594805433.txt.gz ยท Last modified: 2020/07/15 09:30 by 127.0.0.1