--- title: margin-top slug: Web/CSS/margin-top tags: - CSS - CSS Referenz translation_of: Web/CSS/margin-top ---
{{ CSSRef() }}
Die margin-top
Eigenschaft legt den oberen Außenabstand eines Elements fest. Negative Werte sind erlaubt.
0
table
, table-caption
und inline-table
margin-top: <Längenangabe> | <Prozentzahl> | auto | inherit
auto
wird von einem passendem Wert ersetzt, wobei die horizontalen bzw. vertikalen Dimensionen berücksichtigt werden..content { margin-top: 5%; } .sidebox { margin-top: 10px; } .logo { margin-top: -5px; }
Browser | ab Version | auto Wert |
---|---|---|
Internet Explorer | 3.0 | 6.0 (strict mode) |
Firefox (Gecko) | 1.0 (1.0) | 1.0 (1.0) |
Opera | 3.5 | 3.5 |
Safari (WebKit) | 1.0 (85) | 1.0 (85) |
{{ languages( { "en": "en/CSS/margin-top", "ja": "ja/CSS/margin-top" } ) }}