Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 11, 2015 19:10
Show Gist options
  • Save LeaVerou/6a1c9018b24e67186ec8 to your computer and use it in GitHub Desktop.
Save LeaVerou/6a1c9018b24e67186ec8 to your computer and use it in GitHub Desktop.
Does border-radius affect hit-testing?
/**
* Does border-radius affect hit-testing?
*/
img {
border-radius: 50%;
}
div {
display: inline-block;
width: 100px; height: 100px;
background: url("https://placeimg.com/100/100/animals") center / cover;
border-radius: 50%;
}
img:hover, div:hover { opacity: .5 }
<img src="https://placeimg.com/100/100/animals" />
<div></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment