Name

left — NN n/a IE 4 DOM n/a

Synopsis

Read/Write

For positionable elements, defines the position of the left edge of an element’s box (content plus left padding, border, and/or margin) relative to the left edge of the next outermost block content container. When the element is relative-positioned, the offset is based on the left edge of the inline location of where the element would normally appear in the content.

For calculations on this value, retrieve the pixelLeft or posLeft properties, which return genuine numeric values.

Example

document.all.blockD2.style.left = "45px"

Value

String consisting of a numeric value and length unit measure, a percentage, or auto.

Default

auto

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.