Наши волонтёры ещё не перевели данную статью на Русский. Присоединяйтесь к нам и помогите закончить эту работу!
The Element.clientWidth
property is zero for elements with no CSS or inline layout boxes, otherwise it's the inner width of an element in pixels. It includes padding but not the vertical scrollbar (if present, if rendered), border or margin.
This property will round the value to an integer. If you need a fractional value, use element.getBoundingClientRect()
.
Syntax
var intElemClientWidth = element.clientWidth;
intElemClientWidth is an integer corresponding to the clientWidth of element in pixels. clientWidth is read–only.
Example
Specification
Specification | Status | Comment |
---|---|---|
CSS Object Model (CSSOM) View Module The definition of 'clientWidth' in that specification. |
Working Draft |
Notes
clientWidth
was first introduced in the MS IE DHTML object model.
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 6 | (Yes) | (Yes) |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | ? | ? | (Yes) | (Yes) | ? | ? | ? | (Yes) |
See also
Метки документа и участники
Метки:
Внесли вклад в эту страницу:
lanzkron,
cvrebert,
RoboSparrow,
pcat,
fvsch,
fscholz,
teoli,
kscarfone,
Prachi_Dighe,
vishu_gawli,
timmywil,
Sheppy,
vyv03354,
DavidWalsh,
squib,
George3,
Skye,
Avk,
Mgjbot,
Ptak82,
RobG,
BenoitL,
GT,
Dria,
Alexis Wilke1,
JesseW
Обновлялась последний раз:
lanzkron,