Circle Border iPad Problem

by cmoreira

HTML

<div class="circle border">
    <img src="http://img812.imageshack.us/img812/5329/sheldond.png" />
</div>

CSS

.circle img {
    border-radius: 50% 50% 50% 50%;
}

.border img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
}