====== 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;