Skip to content

Instantly share code, notes, and snippets.

@g12n
Created August 2, 2012 07:52
Show Gist options
  • Save g12n/3235024 to your computer and use it in GitHub Desktop.
Save g12n/3235024 to your computer and use it in GitHub Desktop.
Chrome rounded corner bug test – without relative positioning
.cropImage {
display: block;
overflow: hidden;
float: left;
border: 2px solid #000;
border-radius:50px;
}
img{
vertical-align: bottom;
}
<div class="cropImage">
<img src="http://placehold.it/350x150" />
</div>
{"view":"split","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