I'm having issues with the following placeholder background:
http://192.154.143.220/~capeannapparel/
Here's a fiddle: http://jsfiddle.net/PVXx8/
It has to be responsive and scale according to the browser window. It works in Chrome and FF but not IE.
I know IE has problems with background-size: cover; I was wondering what the best way is to make it work for IE? I tried various snippets of code on the web like:
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Background.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Background.jpg', sizingMethod='scale')";
but that didn't make a difference. Do I have to use jquery or something more complex or can this be done with CSS?
If anyone has any ideas, I'd greatly appreciate it!
Thanks!