Specifies the x-coordinate for the position of the element relative to the left edge of the parent element or browser window.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 4.0+ | 4.0+ | 1.0+ | 5.0+ | 1.0+ |
---|
Usage
Example values: 50px, 15%, auto, etc.
Values
* | Specify a value for left that is not on this list. |
inherit | Inherit the value from the parent element. |
auto | Left edge position to be determined by the window or parent element. |
Remarks
You can also specify a fixed pixel or percentage value for left
.
Availability
W3C CSS2