Cascading Style Sheet Chart |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Works With |
Internet Explorer 4.0+ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Padding
Property |
Values |
Description |
NS |
IE |
padding |
padding-top |
Sets the padding properties in one statement |
4.0 |
4.0 |
padding-bottom |
length |
Sets the bottom padding of an element |
4.0 |
4.0 |
padding-left |
length |
Sets the left padding of an element |
4.0 |
4.0 |
padding-right |
length |
Sets the right padding of an element |
4.0 |
|
padding-top |
length |
Sets the top padding of an element |
4.0 |
4.0 |
Positioning
Property |
Values |
Description |
NS |
IE |
bottom |
auto |
Sets where the bottom of an element should be positioned |
5.0 |
|
clip |
shape |
Sets the shape of an element. The element is clipped into this shape, and displayed |
4.0 |
|
left |
auto |
Sets where the left side of an element should be positioned |
4.0 |
4.0 |
overflow |
visible |
Sets what happens if the content of an element does not fit into its area |
4.0 |
|
right |
auto |
Sets where the right side of an element should be positioned |
5.0 |
|
top |
auto |
Sets where the top of an element should be positioned |
4.0 |
4.0 |
vertical-align |
baseline |
Aligns an element vertically |
4.0 |
4.0 |
z-index |
auto |
Sets the stack order of an element |
4.0 |
Text
Property |
Values |
Description |
NS |
IE |
color |
color |
Sets the color of a text |
4.0 |
4.0 |
letter-spacing |
normal |
Increases or decreases the space between characters |
4.0 |
|
text-align |
left |
Aligns the text in an element |
4.0 |
4.0 |
text-decoration |
none |
Adds decoration to text |
4.0 |
4.0 |
text-indent |
length |
Indents the first line of text in an element |
4.0 |
4.0 |
text-transform |
none |
Controls the letters in an element |
4.0 |
4.0 |
white-space |
normal |
Sets how white space inside an element is handled |
4.0 |
|
word-spacing |
normal |
Increases or decreases the space between words |