CSS attributes available for Netscape and IE
versions 4 and higher:
|
background-color |
Set background color |
|
background-image |
Set background image |
|
border-bottom-width |
Set border edge |
|
border-color |
Set border color |
|
border-style |
Set the border style |
|
border-width |
Set the border width |
|
clear |
Disallow being beside a floating element |
|
clip |
Define clip region |
|
color |
Foreground text color |
|
display |
Make |
|
float |
Define where adjacent elements would wrap around |
|
font-family |
Font family (serif, sans-serif, monospace, etc) |
|
font-size |
Font size (small, medium, large, 12 pt, etc) |
|
font-style |
Font style (italic, oblique, etc) |
|
font-weight |
Font weight (bold, lighter, etc) |
|
height |
Height of element |
|
left |
Position of element from left side |
|
line-height |
Height of inline box |
|
list-style-type |
List style (decimal, circle, disc, etc) |
|
margin-bottom |
Set margin edge |
|
padding-bottom |
Set padding width |
|
position |
Type of positioning (absolute, relative) |
|
text-align |
Text alignment (center, left, right) |
|
text-decoration |
Text decoration (blink, line-through, overline, underline, none) |
|
text-indent |
Size of indenting |
|
text-transform |
Transform text (capitalize, lowercase, uppercase) |
|
top |
Set position from top |
|
visibility |
Make invisible and reserve space |
|
width |
Width of element |
|
z-index |
Stacking order |