I am using the following code to acheive a fadeIn/fadeOut effect on rollover/rollout of it\'s parent div.
$(\'.rollover-section\').hover(function(){ $
I've put my answer from the comments here:
Just use the animate example you have there. Check here for an answer to why the fade animation behaves the way it does: jQuery fade flickers