I know that the IE7 does not support background-size cover
.
I searched the web for some solutions, but the only thing i've got is that I should put a img
with width: 100%
and height:100%
and put it as the background.
Is this the only solution? I've seen some solutions with -ms-filter
but it didn't work. Does anybody have another solution?
1 special thing:
I have more than 1 div wich has this background-size
cover property.
In firefox everything works (how surprising).
Edit1: My Code looks like this:
<div class="section" id="section1">here should be the first picture as the background!!</div>
<div class="section" id="section2">here should be the second picture as the background!!</div>
<div class="section" id="section3">here should be the third picture as the background!!</div>