Skip to content

Instantly share code, notes, and snippets.

@valhead
Created January 6, 2012 01:42
Show Gist options
  • Select an option

  • Save valhead/1568475 to your computer and use it in GitHub Desktop.

Select an option

Save valhead/1568475 to your computer and use it in GitHub Desktop.
crossfade
/**
* crossfade
*/
div {width:250px; height:80px border: 1px solid red;;}
#cross1 {background:url (http://imgur.com/CHfDi);}
#cross2 {background:url(http://imgur.com/VeXjs);}
<!-- content to be placed inside <body>…</body> -->
<div id="cross1">
</div>
<div id="cross2">
</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment