SitePoint
Reference
CSS
Vendor-specific Properties
Mozilla Extensions
-moz-border-radius
CSS Live Demo: -moz-border-radius
(this page)
See also:
All Live Demos
CSS Live Demo: -moz-border-radius
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
.test { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } p { color:#900; font:normal normal normal 1em/1.3 sans-serif; border:2px solid #900; background:#fee; padding:10px; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p class="test">I hate the expression <q>think outside the box</q>, because as we know, there is no box.</p>
Show me!
Your results appear here: