tags:

views:

94

answers:

2

Is it possible to create a border in CSS3 such that they are rounded and dotted?

I'm rounding my corners but they appear solid with:

border: 1px dotted gray;
-moz-border-radius-topright: 30px 20px;
-moz-border-radius-topleft: 30px 20px;

The rest of the border is dotted but the corners are solid.

I understand that this is specific to Firefox but that's fine for now.

Thanks

A: 

Yes, theoretically you can have dotted and rounded borders, but as you have seen practically browsers may not support it yet.

RoToRa
Yeah I found the bug report - https://bugzilla.mozilla.org/show_bug.cgi?id=382721
jmcmahon
+2  A: 

It'a bug in firefox.see this issue,mozilla doesn't support rounded corner for dotted and dashed border.

srinivas reddy thatiparthy