Hi I checked my website on IE 8 and found that the gradient code I put doesn’t fill the whole page when there is no element going to the bottom of the page. The gradient works, but just not to the very bottom of the browser when maximized. I put in
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01aef0', endColorstr='#9bd5eb', GradientType=0); zoom:1;
I tried using zoom:1; but it didn’t work :C
Anyone know a fix?
Your document doesn’t stretch to the whole viewport.
min-heightand/orheightset to100%forhtml, body, #wrapmakes sure that the whole viewport is filled.