Dans un tableau, chaque cellule peut contenir un arrière plan différent. les feuilles de style fournissent des outils en conséquence.

Exemple
Valeur
possible
Action Exemple
background Contrôle l'apparence de l'arrière plan. td {background: url(../image.gif)
rgb(0, 255, 0)
repeat fixed center}
background-attachment Détermine le comportement de l'image de fond par rapport au défilement de la page td {
background-attachment: scroll
}
background-color Définit la couleur de fond d'un élément. td {
background-color: rgb(255, 255, 0)
}
background-image Permet d'appliquer une image en arrière plan. td {
background-image:
url(http://dossier/image.jpg)
}
background-position Définit la couleur la position initiale de l'image de fond. td {background-position: left top}
background-repeat Détermine méthode de répétition d'une image afin de costituer une mosaïque de fond td {background-repeat: repeat-y}
visibility Permet de contrôler la visibilité des éléments d'un tableau thead {visibility: collapse}
Compatibilité
Windows Macintosh
NE4 NE6 NE7 IE5 IE55 IE6 OP5 OP6 OP7 NE4 NE6 NE7 IE4 IE5