J'ai mis la contrib Thema ok pas de soucis.
J'ai mis une image d'arrière plan dans ma boxe catégorie, mais je vousrais décaler mon texte pour qu'il soit bien calé; Cependant, quand je met un padding ça le décale pas et quand je met un margin ça décale aussi le background.
CODE
/* Interieure boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxContentsCategories {
padding: 10px;
background-image: url(../../../../images/infobox/thema/2/french/box_categories_fond.gif);
background-repeat: repeat-y;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
.infoBoxContentsCategories {
padding: 10px;
background-image: url(../../../../images/infobox/thema/2/french/box_categories_fond.gif);
background-repeat: repeat-y;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
Je ne sais pas là où je me suis trompée