그라데이션 css
브라우져도 많아지고 내가 작업을 안하는동안 생긴 css도 많아지고 그래서 잊어버리지 않게끔 기록중
귀찮은 벤더프리픽스 ㅡㅡ^
-webkit-border-radius : 사파리, 크롬
-moz-border-radius : 파이어폭스
-o-border-radius : 오페라
-ms-border-radius : 인터넷 익스플로러
border-radius : CSS3 표준속성
.ex { -webkit-gradient( linear, left top, left bottom, color-stop(0.01, rgb(76,180,253)),color-stop(0.77, rgb(3,32,252)) ); -moz-linear-gradient(center top , rgb(76,180,253) , rgb(3,32,252) ); }
background-image:
background-image:
Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#4cb4fd, endColorstr=#0320fc);
div height 100% (0) | 2013.02.04 |
---|---|
배경이미지 css (0) | 2012.12.25 |
css 반사효과 만들기 (0) | 2012.11.22 |
css를 만들어주는 사이트 (0) | 2012.11.12 |
width 최소값 (0) | 2012.10.31 |
댓글 영역