본문 바로가기

CSS3

Vendor Prefix

border-radius: 15px 0px;

-webkit-border-radius: 15px 0px;  // sapari, chrome

-moz-border-radius: 15px 0px;    // firefox

-o-border-radius: 15px 0px;        // opera

-ms-border-radius: 15px 0px;      // IE

'CSS3' 카테고리의 다른 글

float  (0) 2014.09.14
position: relative, alsolute  (0) 2014.09.13
list-style-type  (0) 2014.08.30
border  (0) 2014.02.13
[CSS] CSS 레이아웃(layout) 실험 #01  (0) 2013.05.23