I found a fix for the IE8 type anti-aliasing issue (see code about browser.msie below), but it kills the plugin rotating effect. Any chance of this getting added to the next iteration of the plugin?
{$id_base} .testimonials-widget-testimonial:first');
active.fadeOut(1250, function(){
active.removeClass('active');
next.fadeIn(500, function(){
if ($.browser.msie){this.style.removeAttribute('filter');}
});
next.removeClass('display-none');
next.addClass('active');
});
}
}