Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created May 27, 2011 03:26
Show Gist options
  • Save Takazudo/994586 to your computer and use it in GitHub Desktop.
Save Takazudo/994586 to your computer and use it in GitHub Desktop.
/* css only preload */
.foobar:after{
content: '';
width:0;
height:0;
position:absolute;
left:-9999px;
background:url(../images_v2/arrows/up.png);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment