28173 sujets

CSS et mise en forme, CSS3

Bonjour,

Après une recherche sur le forum je ne trouve pas d'ou vien mon erreur.

Mon site web et compatible avec FF mais sous IE7 il n'y a rien qui s'affiche juste les border même pas les images. Voici le code de ma feuille de style

		a
		{
			text-decoration:none;
			font-size:12pt;
			color:#FF0000;
		}
		a:hover
		{
			text-decoration:non;
			color:#F7C20F;
		}
		h1
		{
			font-size:13pt;
			color:#B32426;
			text-align:center
		}
		div#banniere{
			width: 100%;
			height: 335px;
			text-align:center;
			border : 0px double #000;
			background:url('images/coeur2.jpg')no-repeat;
		} 
		/*MENU*/
		div#menu{
			width: 753px;
			height:50px;
			overflow:hidden;
			background:url('images/menu.jpg')no-repeat;
			padding-top:20px;
			padding-left:10px;
		} 
		div#menu_bas{
		
			width: 753px;
			height:50px;
			overflow:hidden;
			padding-top:12px;
			padding-left:620px;
			font-size:10pt;
			color:#B32426;
			background:url('images/menu_bas.jpg')no-repeat;
		}
		/*BLOC GENERAL*/
		#conteneur{
			font-family:"Comics Sans MS";
			font-size: 13pt;
			text-align: left ;	
			border : 2px solid #000;
			margin:0 auto;
			width:753px;
			background-attachment: fixed;
		}	
		/*BLOC CENTRAL*/
		#centre{
			text-align: left;
			position:relatif ;
			left:350px;
			top:110px;
			border : 0px dashed #000;
		}
		#choix{		
			margin:0px;	
		}

	


Je debute en CSS il doit surement y avoir quelque problème.

Comment puis-je resoudre mon problème de compatibilité