marginLeft property
Sets or retrieves the width of the left margin of the object.
![]() |
Syntax
Integer value = object.put_marginLeft(Variant v);Integer value = object.get_marginLeft(Variant* sWidth);
Property values
Type: VARIANT
auto (auto)
-
Default. Left margin is set equal to the right margin.
percentage (percentage)
-
Integer, followed by a percent sign (%). The value is a percentage of the width of the parent object.
String format
<margin-width>
| inherit
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0 |
Standards information
- CSS 2.1, Section 5.5.4
Remarks
You can specify possible length values relative to the height of the element's font (em) or the height of the letter "x" (ex).
In Microsoft Internet Explorer 3.0, the specified margin value is added to the default value of the object. In Microsoft Internet Explorer 4.0 and later, the margin value is absolute. The margin properties do not work with the td and tr objects in Internet Explorer 4.0, but they do work in Internet Explorer 3.0. To set margins in the cell for Internet Explorer 4.0 and later, apply the margin to an object, such as div or p, within the td.
This property applies to inline elements, starting with Microsoft Internet Explorer 5.5. With earlier versions of Windows Internet Explorer, inline elements must have an absolute IHTMLRuleStyle::position or layout to use this property. Element layout is set by providing a value for the IHTMLRuleStyle::height property or the IHTMLRuleStyle::width property.
Negative margins are supported, except for top and bottom margins on inline objects.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- Conceptual
- CSS Values and Units Reference
- Other Resources
- CSS Enhancements in Internet Explorer 6
Build date: 11/12/2012
