body {
/* Mozilla Firefox */
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #5EB9FF 100%);
/* IE10 */
background-image: linear-gradient(bottom, #FFFFFF 0%, #5EB9FF 100%);
}
The above code works fine on Firefox and Internet Explorer 10, but neither of them work in IE 8.
Now could you please tell me how to make this code work in Internet Explorer 8?