하위 브라우저 |
background:#ffffff; |
firefox 3.6 |
background:-moz-linear-gradient(top, #000000 0%, #ffffff 100%); |
크롬, 사파리4 |
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff)); |
크롬10이상 사파리5.1이상 |
background:-webkit-linear-gradient(top, #000000 0%, #ffffff 100%); |
오페라 11.10 이상 |
background:-o-linear-gradient(top, #000000 0%, #ffffff 100%); |
IE 10이상 |
background:-ms-linear-gradient(top, #000000 0%, #ffffff 100%); |
W3C 표준 |
background:linear-gradient(to bottom, #000000 0%, #ffffff 100%); |
IE 6~9 |
filter:progid:DXImage Transform.Microsoft.gradient(startColorstr='#000000',endColorstr='#ffffff',GradientType=0); |
'CSS' 카테고리의 다른 글
상하단 고정 레이아웃 (0) | 2015.04.30 |
---|---|
마우스 커서 (0) | 2015.04.28 |
가운데 정렬 (0) | 2015.04.28 |
input[type='file'] 커스텀 (0) | 2015.04.28 |
display 속성 (0) | 2015.04.24 |
IE9 이상으로 브라우저를 업그레이드하거나, 크롬, 파이어폭스 등 최신 브라우저를 이용해주세요.