In case you're interested, Mozilla 1.3 implements, in experimental form, the CSS3 feature for rounded corners on borders.
As this is just experimental support, the proper CSS3 rule names aren't used; instead, Mozilla uses its own:
moz-border-radius: .75em .75em 0em 0em;
Fun to play with for now, but a sign of good things to come!
Rounded Corners and Mozilla 1.3
Cool.
Rounded corners
Thats great,
I just tried it out, works fine but you need the "-" hyphen before it eg: -moz-border-radius...
Saves us from a lot of nested divs
Rounded corners for fun and profit
Oops! I have to admit I cut-and-pasted that from a demo someone emailed me - mustn't have grabbed the whole line :?
Rounded cormers
For more info on rounded corners with CSS, see http://www.webweaver.org/dan/css/corners/.
There's examples of a couple of different methods that should work in most browsers.
Rounded Corners and Mozilla 1.3
I think this feature is in the 1.0 branch even, so that Netscape 7 picked it up when they did their release. This is also true of -moz-opacity: xx%;
cheers