nagatow 16 May 2012 à 22:41 bonsoir, j'ai toujours une petite marge qui apparait en haut. voici mon code css: #head { background-image: url(images/head.png); height: 142px; width: 1198px; margin-right: auto; margin-left: auto; margin-top: 0px; } Comment y remédier s'il vous plait. merci d'avance.
Raphael Administrateur 17 May 2012 à 14:10 Bonjour, Il s'agit certainement d'une fusion de marge due au premier élément contenu dans ton #head. Peut-tu donner un code HTML sommaire ? Qu'il a-t-il dans #head ?
saajuck 17 May 2012 à 15:00 hello, Il manque peut-ètre aussi un reset CSS ? *{ margin:0; padding:0; }