left
Name: left
Description: Specifies the distance from the element's left outer margin to the left edge of the content block
Browser Compatibility: IE 4+ / NN 4+ / O 4+
Inherited: No
Values:
- auto [Initial value]
- inherit
- [length]
- [percentage]
Code Example:
h1 {
display: block;
position: absolute;
top: 50px; right: 100px; bottom: 50px; left: 100px;
}
display: block;
position: absolute;
top: 50px; right: 100px; bottom: 50px; left: 100px;
}
Comments: Applies to positioned elements.