css3 ie지원적용 방법
- word-wrap (지원 브라우저 : IE6~9, FF, CR, SF, OP) : word-wrpa : break-word; - text-overflow (지원 브라우저 : IE6~9, CR, SF, OP) : text-overflow:ellipsis; : -o-text-overflow:ellipsis; - @font-face (지원 브라우저 : IE6~9, FF, CR, SF, OP) : @font-face {font-family:ngttf; src:url(NanumGothic.ttf);} : @font-face {font-family:ngeot; src:url(NanumGothic.eot);} body, input, textarea, select, button {ㅁ font-family:Nanum..
더보기