📜  HTML | DOM 样式 maxHeight 属性

📅  最后修改于: 2021-11-07 09:11:12             🧑  作者: Mango

maxHeight 属性设置/返回元素的最大高度。
maxHeight 属性仅影响块级元素绝对固定位置元素。

句法:

  • 它用于设置 maxHeight 属性:
    object.style.maxHeight = "none|length|%|initial|inherit"
    
  • 它用于返回 maxHeight 属性:
    object.style.maxHeight
    

Example-1:使用长度单位设置元素的最大高度。



  

    DOM Style maxHeight Property 


  

    
        

                  GeeksForGeeks              

        

DOM Style maxHeight Property

        
                               
  

输出

  • 点击按钮前:
  • 点击按钮后:

示例 2:使用“%”设置最大高度



  

    DOM Style maxHeight Property 


  

    
        

                  GeeksForGeeks              

        

DOM Style maxHeight Property

        
             
       

输出

  • 点击按钮前:
  • 点击按钮后:

支持的浏览器: HTML支持的浏览器 | DOM 样式 maxHeight 属性> 列表如下:

  • 谷歌浏览器
  • 边缘
  • 火狐浏览器
  • 歌剧
  • 苹果浏览器