Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

padding-bottom

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

The effect of the CSS padding-bottom property on the element boxHet 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 value0
Applies toall 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.
Inheritedno
Percentagesrefer to the width of the containing block
Mediavisual
Computed valuethe percentage as specified or the absolute length
Animation typea length
Canonical orderthe 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 ? ? ? ? ?

Documentlabels en -medewerkers

 Aan deze pagina hebben bijgedragen: 1070rik
 Laatst bijgewerkt door: 1070rik,