I'm experiencing an issue with the image background not displaying in IE8. You can view the page here, and the arrows on the accordion are not visible.
Here is the CSS:
.closed h2.accordion_h3 {
background: url(mysource_files/down.png) no-repeat right 10px bottom 10px;
min-height:24px;
}
.open h2.accordion_h3 {
background: url(mysource_files/up.png) no-repeat right 10px bottom 10px;
min-height:24px;
}
Any thoughts on why this might be occurring?
Appreciate any help!