pixelRight
Summary
Reflects the value of the Cascading Style Sheets (CSS) right attribute.
Property of css/cssom/propertiescss/cssom/properties
Syntax
var result = element.pixelRight;
element.pixelRight = value;
Notes
Remarks
The pixelRight property reflects the value of the Cascading Style Sheets (CSS) right attribute. Unlike the right property, the pixelRight value is an integer, not a string, and is always interpreted in pixels.
See also
Related pages
- runtimeStyleruntimeStyle
- stylestyle
- posRightposRight
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]