Home > Topic List > offsetwidth

offsetWidth is a DOM property that returns the visible width of an element, including the element's border, padding, and vertical scrollbar (if present). In other words, offsetWidth calculates the entire width of the element, including the width of the border, padding, and vertical scrollbar. Please note that offsetWidth is a read-only property and cannot be modified.

Related courses More >
ElementaryPHP zero basic clearance guide

12358 times of learning

Collection
ElementaryCSS3 latest version reference manual

31843 times of learning

Collection
IntermediateDOM operations and practical cases

4302 times of learning

Collection
Related Tutorials More >