A voir également:
- Décalage et problème d'alignement + jQuery
- Copier coller formule excel sans décalage ✓ - Forum Bureautique
- Alignement grid - Forum Windows 10
- Alignement tête de lecture magnétoscope - Forum Lecteurs et supports vidéo
- Iptv decalage son image ✓ - Forum Gravure
- Décalage entre frappe et affichage - Forum Matériel & Système
1 réponse
Et pourtant le CSS et identique:
body {
font-family: Calibri, Arial;
font-size: 90%;
margin-top: 0px;
}
#contenu {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
line-height: 100%;
width: 800px;
ET POUR L'IMAGE:
#contenu2 {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
line-height: 100%;
background-color: #FFF;
z-index: 1000;
width: 800px;
}
body {
font-family: Calibri, Arial;
font-size: 90%;
margin-top: 0px;
}
#contenu {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
line-height: 100%;
width: 800px;
ET POUR L'IMAGE:
#contenu2 {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
position: relative;
line-height: 100%;
background-color: #FFF;
z-index: 1000;
width: 800px;
}