📜  HTML | DOM 样式 tableLayout 属性

📅  最后修改于: 2021-10-29 04:03:35             🧑  作者: Mango

DOM Style tableLayout属性用于设置返回表格及其单元格、行和列的布局方式。

句法:

  • 它返回 tableLayout 属性
    object.style.tableLayout
  • 它用于设置 tableLayout 属性
    object.style.tableLayout = "auto | fixed | initial | inherit"

属性值:

  • 固定:该值用于根据表格的宽度设置列宽,而与内容无关。
  • auto:此值用于根据单元格中最宽的牢不可破的内容设置表格和列的宽度。这是默认值。
  • 初始值:用于将此属性设置为其默认值。
  • 继承:这从其父级继承属性。

示例 1:使用固定值。



  

    
        DOM Style tableLayout property
    
    

  

    

      GeeksforGeeks   

           DOM Style tableLayout                                                                                                                                                    
GeeksforGeeks is a                computer science portal.DOM Style tableLayout
Article 1Article 2
Article 3Article 4
                     

输出:

  • 点击按钮前:
    固定在前
  • 点击按钮后:
    固定后

示例 2:使用 auto 值。



  

    
        DOM Style tableLayout property
    
    

  

    

      GeeksforGeeks   

           DOM Style tableLayout                                                                                                                                                    
GeeksforGeeks is a                computer science portal.DOM Style tableLayout
Article 1Article 2
Article 3Article 4
                     

输出:

  • 点击按钮前:
    自动之前
  • 点击按钮后:
    自动后

示例 3:使用初始值。



  

    
        DOM Style tableLayout property
    
    

  

    

      GeeksforGeeks   

    DOM Style tableLayout                                                                                                                                                 
GeeksforGeeks is a                computer science portal.DOM Style tableLayout
Article 1Article 2
Article 3Article 4
                     

输出:

  • 点击按钮前:
    初始之前
  • 点击按钮后:
    初始之后

示例 4:使用继承值。



  

    
        DOM Style tableLayout property
    
    

  

    

      GeeksforGeeks   

    DOM Style tableLayout        
                                                                                                                                                                                                     
GeeksforGeeks is a                   computer science portal.DOM Style tableLayout
Article 1Article 2
Article 3Article 4
    
                     

输出:

  • 点击按钮前:
    先继承
  • 点击按钮后:
    继承

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

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果Safari