Problème répétition Background en CSS

Fermé
JayJay - Modifié par JayJay le 28/08/2013 à 18:45
 K00B - 28 août 2013 à 18:49
Bonjour,

Lorsque je mets mon background centrede section, celui ci est décalé par rapport aux background top etbottom , et il y a des "lignes".

En image: http://imageup.fr/uploads/1377708138.png

Quelqu'un à une solu's svp ?

le code :
     
	
	/*  FDS  -  SECTION  */
	
	
	/* *****  HAUT  ***** */
	
	#section-haut {
	background-image: url("../ap/ap-SectionHAUT.png");
	background-repeat: no-repeat;
	width: 1031px;
	height: 94px;
	min-width: 1031px;
	min-height: 94px;
	max-width: 1031px;
	max-height: 94px;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	/* *****  CENTRE  ***** */
	
	#section-centre {
	background-image: url("../ap/ap-Section.png");
	background-position: center;
	background-repeat: repeat-y;
	widht: 1050px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 20px;
	}
	
	/* *****  BAS  ***** */
	
	#section-bas {
	background-image: url("../ap/ap-SectionBAS.png");
	background-repeat: no-repeat;
	width: 1031px;
	height: 94px;
	min-width: 1031px;
	min-height: 94px;
	max-width: 1031px;
	max-height: 94px;
	margin-top: -26px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

Merci,
JaY
A voir également:

1 réponse

Salut, j'ai le même problème :/

Si tu trouves une solution, mp moi :-)
0