Rendre compatible IE

gilbert1995 Messages postés 519 Statut Membre -  
gilbert1995 Messages postés 519 Statut Membre -
Bonjour,
voila, j'ai ce css
<style>
				body { background: #22427C; }
				#main { 
						margin-top:75px;
						margin-left: auto; 
						margin-right:auto;
						width:500px;
						-moz-border-radius:10px;
						border: 2px solid #33cccc;
						background: #d3d3d3;
						}
				#top {
						width:500px;
						height:27px;
						color: #fff;
						background: #3399ff;
						text-align:center;
						font-weight:900;
						padding-top:3px;
						border-bottom: 2px solid #ccc;
						-moz-border-radius-topleft:10px;
						-moz-border-radius-topright:10px;
						}
				#logo {
						padding-top:20px;
						background: #99CCFF;
						height: 80px;
						}
				#login_input {
						margin-left:20px;
						width: 300px;
						}
				#login {
						margin-left:20px;
						background: #d3d3d3;
						}
				#back {
						background: #d3d3d3;
						}
				#connexion_bnt {
							    background: #dddddd;
								margin-left:5px;
								margin-right:5px;
								font-weight:600;
								border:1px solid #009ACD;
								}
				#connexion_bnt:hover {
									border:2px solid #009ACD;
									}
				#connexion_bnt:active {
									border:3px inset #009ACD;
									}
				#connexion {
							margin-left: 30px;
							height:35px;
							}
			</style>


comment le rendre compatible avec IE



A voir également:

3 réponses

rudak Messages postés 590 Date d'inscription   Statut Membre Dernière intervention   46
 
si tu nous parlais de ce que tu rencontre comme probleme plutot ?

a part le radius le reste doit passer tout seul
0
FairyNess Messages postés 232 Statut Membre 446
 
Quelle version d'IE ?
0
gilbert1995 Messages postés 519 Statut Membre 29
 
toute ce sont des coins arondi
0