tags:

views:

30

answers:

1

Does anybody know can I change ratio length of line and blank space in dashed border ( ratio line/blank space to be different ) ?

+4  A: 

If you're open to using css3 you can look into the border-image property.

http://www.css3.info/preview/border-image/

dane