The following css code is not working in internet explorer.. Please suggest me the solution that work in internet explorer to set background
body {
background: url("images/Login-BG.png") no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}