Opera: Bulletproof Rounded Corners with Border Radius
I just read Sam Brown‘s this note that about how to add the border-radius and CSS3 transitions and 2D transforms because now the latest version of Opera (the 10.5 pre-alpha) support them.
I was rather pleased to see that not only does the latest version of Opera (the 10.5 pre-alpha) support border-radius but they made the smart move and didn’t prefix it with a vendor specific property -o- like Gecko (-moz-) and Webkit (-webkit-) do.
More detail on: Sam Brown ~ Bulletproof Rounded Corners with Border Radius.