Hello,
The original issue i posted regarding this was "issue with text distorted text in IE8". Ari Support gave me a perfect fix for this and it works in both IE7 and IE8, many thanks again! (see fix below). However it dosent seem to have worked for IE9 (see image attached)!
From ARi support re: ie8 issue fix:
--------------------
"This is an IE issue. You can read about it here. Add the next CSS rules to fix the problem:
Code:
.ari_slider .ari_slider_item h3,
.ari_slider .ari_slider_item h4,
.ari_slider .ari_slider_item h5,
.ari_slider .ari_slider_item h6 {
background-color: white;
filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
}
-------------------------
I assumed this would also be ok in IE9, however i happened to check it on a friends pc and this code modification seems to have been ignnored in ie9? I have searched online but cannot find why this is the case. Do you know what would need to be added to the code to fix it for IE 9?
Thanks in advance