Hi! I am using jQuery cycle and also a fade in/out on this site:
Cycle for the banner, fades on hover for the bottom nav buttons. In anything but IE8, all is peachy, but IE8 has incredibly jerky fades.
There is mention of IE8 having a different method of animating transparency on:
http://stackoverflow.com/questions/1015395/ie8-jquery-fadeto
It seems hard to believe IE6 implements this fine but the latest and greatest fails. I've seen mention of relative/absolute positioned elements having problems with fades, but that doesn't explain the floated banner.
Does IE8 suck, or my code? Any opinions / ideas gratefully welcomed! Thanks