Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created January 5, 2013 17:31
Show Gist options
  • Save ynonp/4462633 to your computer and use it in GitHub Desktop.
Save ynonp/4462633 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 200px;
height: 200px;
background-size: 100%;
background-repeat: no-repeat;
}
div#a {
background-image: url(http://www.acuteaday.com/blog/wp-content/uploads/2011/06/tiny-little-turtle.jpg);
}
div#b {
background-image: url(http://thumbs.dreamstime.com/thumblarge_531/1282068739Y71z06.jpg);
display: none;
}
div#a:hover + div#b {
display: block;
}
<div id=a></div>
<div id=b></div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment