'hasLayout' Possible Values
Possible Values
truefalse the default.
The following style properties can cause an element to have layout:
display (values: inline or block),height,
float (values: left or right),
position (value: absolute),width,writing-mode (value: tb-rl)zoom.
Related examples in the same category