Created
January 6, 2012 01:42
-
-
Save valhead/1568475 to your computer and use it in GitHub Desktop.
crossfade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * crossfade | |
| */ | |
| div {width:250px; height:80px border: 1px solid red;;} | |
| #cross1 {background:url (http://imgur.com/CHfDi);} | |
| #cross2 {background:url(http://imgur.com/VeXjs);} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- content to be placed inside <body>…</body> --> | |
| <div id="cross1"> | |
| </div> | |
| <div id="cross2"> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment