Basic Box Model
This section describes Cascading Style Sheets (CSS) features related to the basic box model.
In this section
| Property | Description |
|---|---|
|
Specifies whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects. | |
|
Gets or sets a value that indicates whether and how the object is rendered. | |
|
Sets or retrieves on which side of the object the text will flow. | |
|
Sets or retrieves the height of the object. | |
|
Sets or retrieves the width of the top, right, bottom, and left margins of the object. | |
|
Sets or retrieves the height of the bottom margin of the object. | |
|
Sets or retrieves the width of the left margin of the object. | |
|
Sets or retrieves the width of the right margin of the object. | |
|
Sets or retrieves the height of the top margin of the object. | |
|
Sets or retrieves the maximum height for an element. | |
|
Sets or retrieves the maximum width for an element. | |
|
Specifies the minimum height for an element. | |
|
Sets or retrieves the minimum width for an element. | |
|
Sets or retrieves how to manage the content of the object when the content exceeds the width of the object. | |
|
Sets or retrieves how to manage the content of the object when the content exceeds the height of the object. | |
|
Sets or retrieves a value indicating how to manage the content of the object when the content exceeds the height or width of the object. | |
|
Sets or retrieves the amount of space to insert between the object and its margin or, if there is a border, between the object and its border. | |
|
Sets or retrieves the amount of space to insert between the bottom border of the object and the content. | |
|
Sets or retrieves the amount of space to insert between the left border of the object and the content. | |
|
Sets or retrieves the amount of space to insert between the right border of the object and the content. | |
|
Sets or retrieves the amount of space to insert between the top border of the object and the content. | |
|
Sets or retrieves whether the content of the object is displayed. | |
|
Specifies the width of the object. |