Skip to content

Instantly share code, notes, and snippets.

@ekstinehickorysnippets
Created July 7, 2012 10:11
Show Gist options
  • Save ekstinehickorysnippets/3065733 to your computer and use it in GitHub Desktop.
Save ekstinehickorysnippets/3065733 to your computer and use it in GitHub Desktop.
CSS: Image preloader
div.loader{
background:url(images/hover.gif) no-repeat;
background:url(images/hover2.gif) no-repeat;
background:url(images/hover3.gif) no-repeat;
margin-left:-10000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment