I've read all I can about the border-image property but can't get my head all around it. I've created a 1x5px dotted pattern that looks like x____x____x____x____x (1px solid and 4px transparent)
Now, I'm pretty sure I need to cut the pattern some alternative way since I'm only able to get the border top and bottom. I'm using the following CSS: (with vendor-prefixes on the site ofc..)
I've read all I can about the border-image property but can't get my head all around it. I've created a 1x5px dotted pattern that looks like x____x____x____x____x (1px solid and 4px transparent)
Now, I'm pretty sure I need to cut the pattern some alternative way since I'm only able to get the border top and bottom. I'm using the following CSS: (with vendor-prefixes on the site ofc..)
Basically, I need it to repeat the image all the way around and since it's sized 1x5 I thought…
http://css-tricks.com/understanding-border-image/
However, I cannot get the middle parts to work.
I think I've tried every possible combination but can't get it to work with this image. Is it the image or the slices that are wrong?