CSSOM View
This section describes features related to CSS Object Model (CSSOM) View.
In this section
| Property | Description |
|---|---|
|
Gets the height of the rectangle that surrounds the object content. | |
|
Gets the height of the window, excluding user interface elements, such as the window frame, toolbars, and so on. | |
|
Gets the width of the window, excluding user interface elements, such as the window frame. | |
|
Gets the x-coordinate of the mouse pointer, relative to the target node. | |
|
Gets the y-coordinate of the mouse pointer, relative to the target node. | |
|
Gets the height of the window, including user interface elements, such as the window frame, toolbars, and so on. | |
|
Gets the width of the window, including user interface elements, such as the window frame. | |
|
Gets the x-coordinate of the mouse pointer, relative to the upper-left corner of the page. | |
|
Gets the y-coordinate of the mouse pointer, relative to the upper-left corner of the page. | |
|
Gets the distance, in pixels, that a document has scrolled horizontally. | |
|
Gets the distance, in pixels, that a document has scrolled vertically. | |
|
Sets or retrieves the bottom position of the object. | |
|
Sets or retrieves the height of the object. | |
|
Sets or retrieves the left position of the object. | |
|
Sets or retrieves the right position of the object. | |
|
Sets or retrieves the top position of the object. | |
|
Sets or retrieves the width of the object. | |
|
Sets or retrieves the bottom position of the object in the units specified by the bottom attribute. | |
|
Sets or retrieves the height of the object in the units specified by the height attribute. | |
|
Sets or retrieves the left position of the object in the units specified by the left attribute. | |
|
Sets or retrieves the right position of the object in the units specified by the right attribute. | |
|
Sets or retrieves the top position of the object in the units specified by the top attribute. | |
|
Sets or retrieves the width of the object in the units specified by the width attribute. | |
|
The distance the window was horizontally scrolled. | |
|
The distance the window was vertically scrolled. | |
|
Gets the width of the rectangle that surrounds the object content. | |
|
Gets the x-coordinate of the mouse pointer, relative to the last positioned ancestor element. | |
|
Gets the y-coordinate of the mouse pointer, relative to the last positioned ancestor element. |