Every once in a while, Chrome will render perfectly valid HTML/CSS incorrectly or not at all. Digging in through the DOM inspector is often enough to get it to realize the
This seems to do the trick for me. Plus, it really doesn't show at all.
$(el).css("opacity", .99); setTimeout(function(){ $(el).css("opacity", 1); },20);