Seeing that <div>
elements render border/border-radius correctly, but any <a>
or <button>
that has a background, border and border-radius set shows the background color or image as a square, and only the border is round. Tried setting <a>
& <button>
to display: block
or display: inline-block
but that didn't work.
Is there a known workaround?
Here is a link to the computed style from Webkit: https://gist.github.com/773719
Here is the computed style from IE9 dev tools:
Update Using the filter:; or -ms-filter:; property to have gradients in IE make the background break out of the defined border-radius.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With