📜  HTML | DOM 样式 borderImageSource 属性

📅  最后修改于: 2021-11-10 04:28:34             🧑  作者: Mango

DOM Style borderImageSource属性用于设置返回要使用的图像,而不是由 border-style 属性给出的样式。

句法:

  • 获取 borderImageSource 属性
    object.style.borderImageSource
  • 设置 borderImageSource 属性
    object.style.borderImageSource = "none | image | initial |
    inherit"

属性值

  1. none:这将属性设置为不使用图像。

    示例 1:

    
    
      
    
        DOM Style borderImageSource Property
        
    
      
    
        

    GeeksforGeeks

        DOM Style borderImageSource Property          

    Click on the button to change        the source of border-image

             
    GeeksforGeeks
                        

    输出:

    • 点击按钮前:
      前所未有
    • 按下按钮后:
      无后
  2. 图像:这将图像设置为指定的路径。

    示例 2:

    
    
      
    
        DOM Style borderImageSource Property
        
    
      
    
        

    GeeksforGeeks

        DOM Style borderImageSource Property          

    Click on the button to change the source of border-image

             
    GeeksforGeeks
                   

    输出:

    • 点击按钮前:
      图像之前
    • 点击按钮后:
      后像
  3. initial :这用于将此属性设置为其默认值。

    示例 3:

    
    
      
    
        DOM Style borderImageSource Property
        
    
      
    
        

    GeeksforGeeks

        DOM Style borderImageSource Property     

    Click on the button to change the source of border-image

        
    GeeksforGeeks
                   

    输出:

    • 点击按钮前:
      初始之前
    • 按下按钮后:
      初始之后
  4. inherit :这用于从其父级继承属性。

    示例 4:

    
    
      
    
        DOM Style borderImageSource Property
        
    
      
    
        

    GeeksforGeeks

        DOM Style borderImageSource Property     

    Click on the button to change         the source of border-image

        
            
    GeeksforGeeks
        
                        

    输出:

      点击按钮前:
      先继承

    • 按下按钮后:
      继承

支持的浏览器: borderImageSource 属性支持的浏览器如下:

  • 铬合金
  • 浏览器 11.0
  • 火狐
  • Safari 6.0