Baseline Widely available
The offsetWidth
read-only property of the HTMLElement
interface returns the layout width of an element as an integer.
Typically, offsetWidth
is a measurement in pixels of the element's CSS width, including any borders, padding, and vertical scrollbars (if rendered). It does not include the width of pseudo-elements such as ::before
or ::after
.
If the element is hidden (for example, by setting style.display
on the element or one of its ancestors to "none"
), then 0
is returned.
An integer.
Examples Specifications Browser compatibility See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4