carasmo
-
Chrome -webkit-border-radius bug?
img { padding: 0; -webkit-border-radius:10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 0px 2px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ box-shadow: 0px 0px 0px 2px #000; /* Opera 10.5, IE9, …
-
Chrome -webkit-border-radius bug?
I wanted a 2 pixel black border on a rounded corner image and in webkit the image doesn't get rounded, in FF it does. I did this and it looks identical and works in both FF and webkit: -webkit-box-shadow: 0px 0px 0px 2px #000; /* Saf3-4, iO…