본문 바로가기

웹프로그래밍/CSS

Background-size for IE7,8

반응형

https://github.com/louisremi/background-size-polyfill

 

 for IE8 that is really simple to use:

 

.selector {
background-size: cover;
behavior: url(/backgroundsize.min.htc);
}

 

반응형

'웹프로그래밍 > CSS' 카테고리의 다른 글

background-size cover only Y ?  (0) 2015.05.08
CSS3 for IE7, 8 {https://github.com/scottjehl/Respond/}  (0) 2015.04.27
CSS3 구조선택자  (0) 2015.04.24
CSS 동위선택자, 상태선택자  (0) 2015.04.24
CSS 속성선택자  (0) 2015.04.24