I'm trying to make background-image
fixed.
As you see in my blog, the background-image
is moving when scrolling on IE 11.
How can I fix this?
This is my CSS:
background-image: url("./images/cover.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;