सीएसएस संदर्भ

सीएसएस संदर्भ सीएसएस ब्राउज़र समर्थन सीएसएस चयनकर्ता सीएसएस कार्य सीएसएस संदर्भ कर्ण सीएसएस वेब सुरक्षित फ़ॉन्ट्स सीएसएस फ़ॉलबैक फ़ॉन्ट्स सीएसएस एनिमेटेबल सीएसएस इकाइयां सीएसएस पीएक्स-ईएम कनवर्टर सीएसएस रंग सीएसएस रंग मान सीएसएस डिफ़ॉल्ट मान सीएसएस इकाइयां

CSS Properties

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-decoration-break box-shadow box-sizing break-after break-before break-inside caption-side caret-color @charset clear clip clip-path color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-feature-settings font-kerning font-size font-size-adjust font-stretch font-style font-variant font-variant-caps font-weight gap grid grid-area grid-auto-columns grid-auto-flow grid-auto-rows grid-column grid-column-end grid-column-gap grid-column-start grid-gap grid-row grid-row-end grid-row-gap grid-row-start grid-template grid-template-areas grid-template-columns grid-template-rows hanging-punctuation height hyphens image-rendering @import isolation justify-content @keyframes left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top mask-image mask-mode mask-origin mask-position mask-repeat mask-size max-height max-width @media min-height min-width mix-blend-mode object-fit object-position opacity order orphans outline outline-color outline-offset outline-style outline-width overflow overflow-wrap overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin pointer-events position quotes resize right row-gap scroll-behavior tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi user-select vertical-align visibility white-space widows width word-break word-spacing word-wrap writing-mode z-index



सीएसएस सीमा-छवि-स्रोत संपत्ति


उदाहरण

एक तत्व के चारों ओर सीमा के रूप में एक छवि निर्दिष्ट करें:

#borderimg {
  border-image-source: url(border.png);
}

परिभाषा और उपयोग

संपत्ति छवि के पथ को सीमा के रूप में उपयोग करने के border-image-sourceलिए निर्दिष्ट करती है (तत्व के चारों ओर सामान्य सीमा के बजाय)।

युक्ति: यदि मान "कोई नहीं" है, या यदि छवि प्रदर्शित नहीं की जा सकती है, तो बॉर्डर शैलियों का उपयोग किया जाएगा।

युक्ति: सीमा-छवि गुण (सभी सीमा-छवि-* गुण सेट करने के लिए एक आशुलिपि गुण) को भी देखें।

डिफ़ॉल्ट मान: कोई नहीं
विरासत में मिला: नहीं
एनिमेटेबल: नहीं। एनिमेटेबल के बारे में पढ़ें
संस्करण: CSS3
जावास्क्रिप्ट सिंटैक्स: ऑब्जेक्ट .style.borderImageSource="url(border.png)"

ब्राउज़र समर्थन

तालिका में संख्याएं पहले ब्राउज़र संस्करण को निर्दिष्ट करती हैं जो पूरी तरह से संपत्ति का समर्थन करता है।

Property
border-image-source 15.0 11.0 15.0 6.0 15.0


सीएसएस सिंटेक्स

border-image-source: none|image|initial|inherit;

सम्पत्ति की कीमत

Value Description
none No image will be used
image The path to the image to be used as a border
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

संबंधित पृष्ठ

सीएसएस ट्यूटोरियल: सीएसएस बॉर्डर इमेजेज

सीएसएस संदर्भ: सीमा-छवि संपत्ति

सीएसएस संदर्भ: सीमा-छवि-शुरुआत संपत्ति

CSS संदर्भ: बॉर्डर-इमेज-रिपीट प्रॉपर्टी

सीएसएस संदर्भ: सीमा-छवि-टुकड़ा संपत्ति

सीएसएस संदर्भ: सीमा-छवि-चौड़ाई संपत्ति

एचटीएमएल डोम संदर्भ: सीमा छवि स्रोत संपत्ति