Fix it with jQuery. Like this:
$('#hm-top div:nth-child(1) h3').addClass('ie8-nth-fix');
And in you CSS
#hm-top div:nth-child(1) h3, .ie8-nth-fix {
color: #63c2ff;
width: 300px;
padding: 115px 0 0 0;
background: url(images/trade.png) no-repeat center top;
}
source
share