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

link|improve this question

63% accept rate
1  
Sadly, without using CSS 3's border-image (as pointed out by @dane, below) this isn't possible. – David Thomas Oct 26 '10 at 22:10
feedback

2 Answers

up vote 5 down vote accepted

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

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

link|improve this answer
feedback

You can also go to http://www.w3schools.com/css3/css3_borders.asp if you don't think that the previous link was useful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.