9

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

Christopher Altman
  • 4,868
  • 2
  • 33
  • 49
Damir
  • 54,277
  • 94
  • 246
  • 365
  • 1
    Sadly, without using CSS 3's `border-image` (as pointed out by [@dane](http://stackoverflow.com/questions/4028366/dashed-border-problem/4028447#4028447), below) this isn't possible. – David Thomas Oct 26 '10 at 22:10

1 Answers1

7

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

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

dane
  • 398
  • 1
  • 2
  • 7