IE6~8 에서 쓸 수 없는 CSS3 속성
그 중에 text-shadow , box-shadow , border-radius 을 사용할 수 있게 하는 방법
ie-css3.htc를 다운받아 적용시키면 된다
다운받으러 가기
http://fetchak.com/ie-css3/ -> 오류많음..
http://www.flashjunior.ch/school/test/ietest/pie/2/
.radius_box {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 10px 10px 20px #000;
-webkit-box-shadow: 10px 10px 20px #000;
box-shadow: 10px 10px 20px #000;
behavior: url('ie-css3.htc');
}
background img 100% 주는법(background-size:속성) (0) | 2013.11.06 |
---|---|
input type별 css (0) | 2013.11.01 |
css 내에 ie7 적용 시키기 (0) | 2013.06.10 |
css3 : border-radius, box-shadow (0) | 2013.06.02 |
css 속기법 (0) | 2013.05.19 |
댓글 영역