Using an image as a border is something I am interested in exploring. After some research, I came across this code:
-moz-border-image: url(".....
-webkit-border-image: url(".....
border-image: url(".....
One thing that caught my attention was the absence of an Opera property similar to "transition" which has -o-transition
.
I am considering adding an Opera specific property like -o-border-image
. Do you think it is necessary or would it be wiser to leave it out?