How do I set gradient for IE, because I was trying but without any luck, I got it working on chrome, firefox, opera but not in IE
html, body { height: 100%
You have to use this in IE,
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE25E ', endColorstr='#8BB31D ');