fadeIn() works in all bar IE

fadeIn() works in all bar IE

I'm using the following to load an HTML snippet to update a content div.
 
  $('#content').hide().load(linkName, function(){$(this).fadeIn(1000)});
It works a treat in all browsers bar IE where the div appears after 1sec rather than fading in. Any suggestions?