width | height | float | clear |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE4B2 | N4B3 | The width of the element will be determined by the browser. |
[length] | calculated | IE4B2 | N4B3 | Refers to either an absolute width measurement or a relative measurement based on the current element's font size. Please see the section on Length Units for more details on acceptable unit measures. |
[percentage] | calculated | IE4B2 | N4B3 | Refers to a percentage of the parent element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
auto | calculated | IE4B2 | N | The height of the element will be determined by the browser. |
[length] | calculated | IE4B2 | N | Refers to either an absolute width measurement or a relative measurement based on the current element's font size. Please see the section on Length Units for more details on acceptable unit measures. |
[percentage] | calculated | IE4B2 | N | Refers to a percentage of the parent element's height. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
none | explicit | IE4B2 | N4B3 | The element will be displayed in-line where it appears in the text. |
left | explicit | IE4B2 | N4B3 | The element will be positioned using 'margin' properties, and text following the element will wrap around it on the right side. |
right | explicit | IE4B2 | N4B3 | The element will be positioned using 'margin' properties, and text following the element will wrap around it on the left side. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
none | explicit | IE4B2 | N4B2 | Floating elements are allowed on both sides of the current element. |
left | explicit | IE4B2 | N4B2 | The current element will be moved below any floating elements on the left-hand side. |
right | explicit | IE4B2 | N4B2 | The current element will be moved below any floating elements on the right-hand side. |
both | explicit | IE4B2 | N4B2 | The current element will be moved below any floating elements on either side. |