Open Jakobud opened 11 years ago
The backgroundsize.min.htc file should be referenced with an absolute URL: url(/mtm/backgroundsize.min.htc)
That didn't seem to make a difference. Thanks though.
Did you remember to add the MIME type to your .htaccess file?
Can you try version 0.2.0 to see it makes any difference?
I can't seem to get this polyfill to work take a look here:
http://www.huebnerpetersen.com/mtm/index.php?r=main&id=72
You can view it in Chrome to see what it is supposed to look like. But in IE, the picture of the family does not cover the element as it's supposed to.
The element in question is:
#main-content-container
. The css:and an inline style for the background image:
background-image: url("gallery/chris_brown.jpg");
backgroundsize.min.htc
is here: http://www.huebnerpetersen.com/mtm/backgroundsize.min.htcFor some reason the background does not get covered. It repeats instead. I added
background-repeat: no-repeat
and that gets rid of the repeating, but the background still does not cover the element.Any thoughts on this?