What are all the table layout properties available in the DOM style object?
Layout Property | Description | values |
clear | specifies on which sides of an element other floating elements are not allowed | left right both none |
clip | specifies the shape of an element | rect(top,right,bottom,left) auto |
content | specifies meta-information | |
counterIncrement | Specifies a list of counter names, followed by an integer. The integer indicates by how much the counter is incremented for every occurrence of the element. The default is 1 | |
counterReset | specifies a list of counter names, followed by an integer. The integer gives the value that the counter is set to on each occurrence of the element. The default is 0 | |
cssFloat | specifies where an image or a text will appear (float) in another element | left right none |
cursor | specifies the type of cursor to be displayed | auto pointer text wait |
direction | specifies the text direction of an element | ltr rtl inherit |
display | specifies how an element will be displayed | inline compact marker table inline-table |
height | specifies the height of an element | auto length % |
markerOffset | specifies the distance between the nearest border edges of a marker box and its principal box | |
marks | specifies whether cross marks or crop marks should be rendered just outside the page box edge | |
maxHeight | specifies the maximum height of an element | length % |
maxWidth | specifies the maximum width of an element | length % |
minHeight | specifies the minimum height of an element | length % |
minWidth | specifies the minimum width of an element | length % |
overflow | Specifies what to do with content that does not fit in an element box | visible hidden scroll auto |
verticalAlign | specifies the vertical alignment of content in an element | sub super top middle bottom |
visibility | specifies whether or not an element should be visible | visible hidden collapse |
width | specifies the width of an element | auto length % |