Hi In order to use rounded borders without using images, mozilla has the -moz-border-radius property and Safari has the -webkit-border-radius property. I want to know the equivalent for Opera. No doc on this in opera site. Any one has any clue to how to get this done in Opera ? Thanks
There is no opera equivalent as yet, though when it is implemented it will likely be the exact CSS3 wording of just border-radius. Because there's no support in IE, and therin for >80% of all users anyways, I wouldn't bother using it, and just suck it up and use a image... or use a pureCSS solution like I posted a while back. With "sliding doors" or "six corners" the code and image overhead ends up light enough anyhow I'd not sweat it... besides it opens up the door to more versatile stylings.