css border border-image-repeat

✔️ border-image-repeat CSS Style Property

המאפיין border-image-repeat מגדיר באיזה אופן תנהג מסגרת התמונה

דוגמא: שנה את סופן הנהגת המסגרת

Demo Panel:
CSSGuide
CSS:
HTML:
Syntax:

border-image-repeat: stretch | repeat | round | space | initial | inherit;

Valid values:
  • stretch, repeat, round, space, revert, revert-layer, unset, inherit, initial

Js Syntax: element.style.borderImageRepeat

תאימות דפדפנים

border-image-repeat
הערך שנבדקChromeFirefoxEdgeCOpera
round✔️✔️✔️✔️
stretch✔️✔️✔️✔️
repeat✔️✔️✔️✔️
space✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️

דוגמא: שנה את סופן הנהגת המסגרת

Demo Panel:
CSSGuide
CSS:
HTML: