| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | background-color |
| Inherited: | no |
| Value: | <color> | transparent | inherit |
| Initial: | transparent |
| Applies to: | all elements |
| Media: | visual |
| Percentages: | N/A |
|
<AAA> <BBB>text</BBB> </AAA> |
View BBB {background-color:yellow} |
|
<AAA> <BBB>text</BBB> </AAA> |
View BBB {color:white; background-color:blue} |
|
<AAA> <BBB>text</BBB> </AAA> |
View BBB {background-color:purple} |
|
<AAA> <BBB>text</BBB> </AAA> |
View AAA {background-image: url("../Pictures/zvon.gif")} BBB {background-color: transparent} |
|
<AAA> <BBB>text</BBB> </AAA> |
View AAA {background-color: yellow} BBB {background-color: inherit} |