Is there a way in the newer CSS standards to provide round borders? It is not possible in CSS level 2.
Yes. CSS3 already has it.
Many browsers already have it.
-moz-border-radius
though they are transitioning to border-radius
.-webkit-border-radius
.border-radius
(IE8 and below don't support it at all).border-radius
in all browsers.At the moment it's a good idea to use all three, plus -o-border-radius
if you're worried about Opera.
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