Эта статья нуждается в редакционном обзоре. Как вы можете помочь.
Description
CSS property padding-left
element sets the value of the field from the left edge of the element. Fields element ( the padding area ) is an area located between the content and the cell boundary. A negative value is not valid.
Начальное значение | 0 |
---|---|
Применяется к | все элементы, кроме table-row-group , table-header-group , table-footer-group , table-row , table-column-group и table-column . Это также применяется к ::first-letter . |
Наследуется | нет |
Проценты | ссылается на ширину содержащего блока |
Отображение | визуальный |
Обработка значения | процент, как указан, или аблосютная длина |
Анимируемость | да, как длина |
Канонический порядок | уникальный не однозначный порядок, определённый формальной грамматикой |
Syntax
/ *<The length>
value * / padding-left: 0.5em; padding-left: 0; padding-left: 2cm; / *<
PERCENTAGE>
value * / padding-left: 10%; / * Total value * / padding-left: inherit; padding-left: initial; padding-left: unset;
meaning
<length>
- Sets the positive fixed width. Details:
<length>
. <
percentage
>
- Percentage in relation to the width of the container.
The formal syntax
<length> | <percentage>
Examples
.content {padding-left: 5%; } .sidebox {padding-left: 10px; }
specification
Specification | Status | A comment |
---|---|---|
CSS Basic Box Model Определение 'padding-left' в этой спецификации. |
Рабочий черновик | Without changes |
CSS Transitions Определение 'padding-left' в этой спецификации. |
Рабочий черновик | Specifies the padding-left , as the property being animated. |
CSS Level 2 (Revision 1) Определение 'padding-left' в этой спецификации. |
Рекомендация | Without changes |
CSS Level 1 Определение 'padding-left' в этой спецификации. |
Рекомендация | Initial definition |
Browser Compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 10 | 1.0 (1.0) | 4.0 | 3.5 | 1.0 (85) |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |