Rendre compatible IE

Fermé
gilbert1995 Messages postés 414 Date d'inscription samedi 12 septembre 2009 Statut Membre Dernière intervention 30 mai 2013 - 19 févr. 2011 à 21:52
gilbert1995 Messages postés 414 Date d'inscription samedi 12 septembre 2009 Statut Membre Dernière intervention 30 mai 2013 - 24 févr. 2011 à 01:44
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



3 réponses

rudak Messages postés 590 Date d'inscription samedi 7 juin 2008 Statut Membre Dernière intervention 4 juin 2011 46
19 févr. 2011 à 22:31
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 215 Date d'inscription vendredi 29 mai 2009 Statut Membre Dernière intervention 19 février 2011 446
19 févr. 2011 à 22:40
Quelle version d'IE ?
0
gilbert1995 Messages postés 414 Date d'inscription samedi 12 septembre 2009 Statut Membre Dernière intervention 30 mai 2013 29
24 févr. 2011 à 01:44
toute ce sont des coins arondi
0