웹프로그래밍/CSS
Background-size for IE7,8
jihun202
2015. 4. 24. 10:17
반응형
https://github.com/louisremi/background-size-polyfill
for IE8 that is really simple to use:
.selector {
background-size: cover;
behavior: url(/backgroundsize.min.htc);
}
반응형