tags:

views:

75

answers:

2

Is it possible to control lenght and distance between dashed line strokes in CSS?

+4  A: 

Short one: No, it's not. You will have to work with images instead.

Ham
+1  A: 

Css render is browser specific and I don't know any fine tuning on it, you should work with images as recommended by Ham. Reference: http://www.w3.org/TR/CSS2/box.html#border-style-properties

snowflake