Home › Forums › CSS › 5px Double Border with a 3px Gap › Reply To: 5px Double Border with a 3px Gap
September 19, 2015 at 4:39 am
#208371
Participant
I have removed the work I have done this morning following looking online BUT I found the clipboard clippings that I copied and tried to amend to suit with no joy at all.
border-style: solid;
border-width: 5px 0px 0px;
-moz-border-image: url(double-line.png) 5 0 0 repeat;
-webkit-border-image: url(double-line.png) 5 0 0 repeat;
-o-border-image: url(double-line.png) 5 0 0 repeat;
border-image: url(double-line.png) 5 0 0 repeat;
And another
CSS Code
border-image-slice: 5 0 0 0;
border-image-width: 5px 0px 0px 0px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: repeat stretch;
border-image-source: url(“image to be repeated for border”);