Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created July 21, 2009 14:21
Show Gist options
  • Save JeremySkinner/151352 to your computer and use it in GitHub Desktop.
Save JeremySkinner/151352 to your computer and use it in GitHub Desktop.
Using IE's CSS filter attribute with jQuery's fadeIn
$("#caption").css("filter", "alpha(opacity=75)");
$("#block").fadeIn(3000, function(){ $("#caption").fadeIn(2500)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment