Skip to content

Instantly share code, notes, and snippets.

@wancw
Created March 6, 2009 06:49
Show Gist options
  • Save wancw/74798 to your computer and use it in GitHub Desktop.
Save wancw/74798 to your computer and use it in GitHub Desktop.
<style type="text/css">
.backup_image {
width:100px;
height: 100px;
background-image: url(http://URL/TO/BACKUP/IMAGE);
background-repeat: no-repeat;
background-position: center center;
}
</style>
<div class="backup_image">
<img src="http://URL/TO/IMAGE/NOT/EXIST" width="100" height="100" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment