w3pop.com :: ÍøÂçѧԺ :: CSS :: CSS Ìî³ä
The CSS padding properties define the space between the element border and the element content.
CSSÌî³äÊôÐÔ¶¨ÔªËر߿òµ½ÄÚ²¿ÄÚÈݼäµÄ¾àÀë
Set the left padding
This example demonstrates how to set the left padding of a tablecell.
ÉèÖÃ×óÌî³ä
Set the right padding
This example demonstrates how to set the right padding of a tablecell.
ÉèÖÃÓÒÌî³ä
Set the top padding
This example demonstrates how to set the top padding of a tablecell.
ÉèÖÃÉÏÌî³ä
Set the bottom padding
This example demonstrates how to set the bottom padding of a tablecell.
ÉèÖõײ¿Ìî³ä
All the padding properties in one declaration
This example demonstrates a shorthand property for setting all of the padding properties in one declaration, can have from one to four values.
¿ìËÙÉèÖÃËùÓÐÌî³äÊôÐÔ
The CSS padding properties define the space between the element border and the element content. Negative values are not allowed. The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property is also created to control multiple sides at once.
¿ÉÓÃpaddingÊôÐÔ¿ìËÙÉèÖø÷·½ÏòÌî³äµÄÊôÐÔ
Browser support: IE: Internet Explorer, F: Firefox, N: Netscape.
ä¯ÀÀÆ÷Ö§³Ö£ºIE: Internet Explorer, F: Firefox, N: Netscape
W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).
W3C£ºÀïÃæµÄÊý×Ö´ú±íCSS°æ±¾ºÅ
| PropertyÊôÐÔ | DescriptionÃèÊö | ValuesÖµ | IE | F | N | W3C |
|---|---|---|---|---|---|---|
| padding | A shorthand property for setting all of the padding properties in one declaration Ò»ÖÖ¿ÉÕë¶ÔËùÓÐÌî³äÊôÐÔ½øÐÐÒ»´ÎÉùÃ÷µÄËÙ¼ÇÊôÐÔ |
padding-top padding-right padding-bottom padding-left |
4 | 1 | 4 | 1 |
| Sets the bottom padding of an element ÉèÖÃÔªËØµÄµ×Ìî³ä |
length % |
4 | 1 | 4 | 1 | |
| Sets the left padding of an element ÉèÖÃÔªËØµÄ×óÌî³ä |
length % |
4 | 1 | 4 | 1 | |
| Sets the right padding of an element ÉèÖÃÔªËØµÄÓÒÌî³ä |
length % |
4 | 1 | 4 | 1 | |
| padding-top | Sets the top padding of an element ÉèÖÃÔªËØµÄ¶¥²¿Ìî³ä |
length % |
4 | 1 | 4 | 1 |