Is there any known way to make the CSS style background-size
work in IE?
Thanks to this post, my full css for cross browser happiness is:
It's been so long since I've worked on this piece of code, but I'd like to add for more browser compatibility I've appended this to my CSS for more browser compatibility:
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;