Probleme IE
Fermé
davidtfx
Messages postés
36
Date d'inscription
samedi 23 juin 2007
Statut
Membre
Dernière intervention
4 juillet 2009
-
26 juin 2009 à 15:27
ideal23 Messages postés 456 Date d'inscription mercredi 30 avril 2008 Statut Membre Dernière intervention 16 mai 2014 - 26 juin 2009 à 20:13
ideal23 Messages postés 456 Date d'inscription mercredi 30 avril 2008 Statut Membre Dernière intervention 16 mai 2014 - 26 juin 2009 à 20:13
A voir également:
- Probleme IE
- Google payment ie ltd - Forum Consommation et internet
- Google payment ie dublin ✓ - Forum Vos droits sur internet
- Ie 11 - Télécharger - Navigateurs
- Ie tab - Télécharger - Outils pour navigateurs
- Ie 9 - Télécharger - Navigateurs
7 réponses
ideal23
Messages postés
456
Date d'inscription
mercredi 30 avril 2008
Statut
Membre
Dernière intervention
16 mai 2014
28
26 juin 2009 à 15:35
26 juin 2009 à 15:35
bonjour
essai: margin: 0 auto;
padding: 0;
width: 800px;
margin: 0 auto;
position: relative;
essai: margin: 0 auto;
padding: 0;
width: 800px;
margin: 0 auto;
position: relative;
davidtfx
Messages postés
36
Date d'inscription
samedi 23 juin 2007
Statut
Membre
Dernière intervention
4 juillet 2009
26 juin 2009 à 16:48
26 juin 2009 à 16:48
Je n'ai pas compris, ou dois je les mettre ?
ideal23
Messages postés
456
Date d'inscription
mercredi 30 avril 2008
Statut
Membre
Dernière intervention
16 mai 2014
28
26 juin 2009 à 16:59
26 juin 2009 à 16:59
essai: body
margin: 0 auto;
padding: 0;
conteneur
width: 800px;
margin: 0 auto;
position: relative;
margin: 0 auto;
padding: 0;
conteneur
width: 800px;
margin: 0 auto;
position: relative;
davidtfx
Messages postés
36
Date d'inscription
samedi 23 juin 2007
Statut
Membre
Dernière intervention
4 juillet 2009
26 juin 2009 à 18:57
26 juin 2009 à 18:57
ca ne marche pas !! voici mon code:
body
{
margin: 0 auto;
padding: 0;
width: 800px;
margin: auto;
margin-top: 20px;
}
a
{
text-decoration: none;
color: #FFD700;
}
#en_tete
{
width: 800px;
height: 180px;
background-image: url("images/galactic.jpg");
background-position: center;
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 5px;
border-color: #FFD700;
}
#conteneur-menu
{
width: 800px;
margin: 0 auto;
position: relative;
background-color:#0000FF;
height:100px;
position:relative;
margin-bottom:20px;
background-color: #6495ED;
text-align: center;
color: #FFFFFF;
border: 0px solid black;
border-color: #FFD700;
}
body
{
margin: 0 auto;
padding: 0;
width: 800px;
margin: auto;
margin-top: 20px;
}
a
{
text-decoration: none;
color: #FFD700;
}
#en_tete
{
width: 800px;
height: 180px;
background-image: url("images/galactic.jpg");
background-position: center;
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 5px;
border-color: #FFD700;
}
#conteneur-menu
{
width: 800px;
margin: 0 auto;
position: relative;
background-color:#0000FF;
height:100px;
position:relative;
margin-bottom:20px;
background-color: #6495ED;
text-align: center;
color: #FFFFFF;
border: 0px solid black;
border-color: #FFD700;
}
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
ideal23
Messages postés
456
Date d'inscription
mercredi 30 avril 2008
Statut
Membre
Dernière intervention
16 mai 2014
28
26 juin 2009 à 19:14
26 juin 2009 à 19:14
et le code html stp
ideal23
Messages postés
456
Date d'inscription
mercredi 30 avril 2008
Statut
Membre
Dernière intervention
16 mai 2014
28
26 juin 2009 à 19:52
26 juin 2009 à 19:52
sinon tu peux consulter cà: http://www.alsacreations.com/static/gabarits/liste.html
ideal23
Messages postés
456
Date d'inscription
mercredi 30 avril 2008
Statut
Membre
Dernière intervention
16 mai 2014
28
26 juin 2009 à 20:13
26 juin 2009 à 20:13
ca marche ie firefox
body
{
margin: 0 auto;
padding: 0;
width: 800px;
margin-top: 20px;
}
a
{
text-decoration: none;
color: #FFD700;
}
#en_tete{
width: 800px;
height: 180px;
background-image: url("images/galactic.jpg");
background-position: center;
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 5px;
border-color: #FFD700;
}
#conteneur-menu
{
width: 800px;
margin: 0 auto;
background-color:#0000FF;
height:100px;
position:relative;
margin-bottom:20px;
background-color: #6495ED;
text-align: center;
color: #FFFFFF;
border: 0px solid black;
border-color: #FFD700;
}
</style>
</head>
<body>
<div id="en_tete"></div>
<div id="conteneur-menu">
</div>
</body>
</html>
body
{
margin: 0 auto;
padding: 0;
width: 800px;
margin-top: 20px;
}
a
{
text-decoration: none;
color: #FFD700;
}
#en_tete{
width: 800px;
height: 180px;
background-image: url("images/galactic.jpg");
background-position: center;
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 5px;
border-color: #FFD700;
}
#conteneur-menu
{
width: 800px;
margin: 0 auto;
background-color:#0000FF;
height:100px;
position:relative;
margin-bottom:20px;
background-color: #6495ED;
text-align: center;
color: #FFFFFF;
border: 0px solid black;
border-color: #FFD700;
}
</style>
</head>
<body>
<div id="en_tete"></div>
<div id="conteneur-menu">
</div>
</body>
</html>