Problem in background image displaying in IE8

Hi Good day!

I got encountered problem in displaying my page in IE8, especially in my background image. It was not displayed fully on the page. It also repeated. I want to happen is the background is displayed fully.

here is my css code:



html {
background: url(images/background.png) no-repeat  fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


Any help is highly appreciated.

Thank you so mcuh.

IE8 does not understand background-size.

I believe there are JavaScript solutions, but someone else will have to address that.

Thank you.

Is their any css code to display it fully?

Thank you