After putting in height:100%;
in html, body, and the first div with a image bg, I can no longer scroll down the page in IE 8. The scroll bar is visible but is non responsive. Cannot scroll with mouse scroll or page down key either. I had to put height:100%;
so that the image in the div will fill the entire page even past the footer. Couldn't use the body bg because of the IE 8 gradient code. Any clue on what the issue is? The scroll does work in IE 9 however....
html, body {
height:100%;
color:#423928;
font:normal 13px/18px Arial, Helvetica, sans-serif;
}
.flash-bg {
background:url(../images/ahrabg.png) repeat;
background-attachment: fixed;
height:100%;
}