Bana lazim oldu arastirdim.Bir cok kisininde isine yarayacagini dusunerek paylasmak istedim.
-moz-border-radius-topleft
-moz-border-radius-topright
-moz-border-radius-bottomleft
-moz-border-radius-bottomright
-moz-border-radius
isimlerindende anlayacaginiz gibi;
-moz-border-radius-topleft = sol ust
-moz-border-radius-topright = sag ust
-moz-border-radius-bottomleft = sol alt
-moz-border-radius-bottomright = sag alt
-moz-border-radius = butun koseler
Test 1:
<div style="height:50px;width:100px;-moz-border-radius:10px;border:2px solid #000000;"></div>
Test 2:
<div style="height:50px;width:100px;-moz-border-radius:30px 5px;border:2px solid #000000;"></div>
Test 3:
<div style="height:50px;width:100px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border:2px solid #000000;"></div>
Test 4 (image)
<img src="http://www.kareweb.net/100x40.jpg" style="border:2px solid #000000;-moz-border-radius:10px;padding:2px;"/>
Burada divleri gosteremedigim icin kaynak tan daha verimli bilgi alabilirsiniz
Kendinize gore bir cok cesit gorunum elde edebilirsiniz..

Kaynak: CSS ile Oval border (radius) | ysbostan