css - Control the dashed border stroke length and distance between strokes -


is possible control length , distance between dashed border strokes in css?

this example below displays differently between browsers:

div {    border: dashed 4px #000;    padding: 20px;    display: inline-block;  }
<div>i have dashed border!</div>

big differences: ie 11 / firefox / chrome

ie 11 borderfirefox borderchrome border

are there methods can provide greater control of dashed borders appearance?

css render browser specific , don't know fine tuning on it, should work images recommended ham. reference: http://www.w3.org/tr/css2/box.html#border-style-properties


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -