Er is een scriptfout op deze pagina. Terwijl deze door website-editors wordt verholpen, kunt u hieronder een gedeelte van de inhoud bekijken.
Aan deze vertaling wordt gewerkt.
Summary
Het padding-bottom CSS element zet de hoogte van de padding area aan de onderkant van een element. De padding area ruimte is de ruimte tussen de inhoud van het element en zijn border. In tegenstelling tot margin-bottom
waarden, negatieve waarden van padding-bottom zijn ongeldig.
Initial value | 0 |
---|---|
Applies to | all elements, except table-row-group , table-header-group , table-footer-group , table-row , table-column-group and table-column . It also applies to ::first-letter . |
Inherited | no |
Percentages | refer to the width of the containing block |
Media | visual |
Computed value | the percentage as specified or the absolute length |
Animation type | a length |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntax
/* <length> values */ padding-bottom: 0.5em; padding-bottom: 0; padding-bottom: 2cm; /* <percentage> value */ padding-bottom: 10%; /* Global values */ padding-bottom: inherit; padding-bottom: initial; padding-bottom: unset;
Values
- <length>
- specificeert de positieve vaste breedte. Zie {{ ccsxref }} voor details.
- <percentage>
- Een percentage met betrekking tot de breedte van de bevattende blok.
Formal syntax
<length> | <percentage>
Examples
.content { padding-bottom: 5%; } .sidebox { padding-bottom: 10px; }
Specifications
Specificatie | status | Commentaar |
---|---|---|
CSS Basic Box Model The definition of 'padding-bottom' in that specification. |
Working Draft | Geen verandering van CSS Level 2 (Revision 1) The definition of 'padding-bottom' in that specification.. |
CSS Transitions The definition of 'padding-bottom' in that specification. |
Working Draft | Definieert padding-bottom als animeerbaar |
CSS Level 2 (Revision 1) The definition of 'padding-bottom' in that specification. |
Recommendation | Geen verandering van CSS Level 1 The definition of 'padding-bottom' in that specification.. |
CSS Level 1 The definition of 'padding-bottom' in that specification. |
Recommendation | Oorspronkelijke definitie |
Browser Compatibiliteit
Functie | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basis ondersteuning | 1.0 | 1.0 (1.0) | 4.0 | 3.5 | 1.0 (85) |
Functie | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |