Décalage sur div centrer

Résolu/Fermé
lanka133 - 17 nov. 2011 à 12:12
 lanka133 - 17 nov. 2011 à 15:21
Bonjour,

bonjour a tous....

voila mon problème

mon centrage ne se fait pas correctement un décalage de deux pixels existe a droite
voici les codes



mon problèmevient peut etre du background??

body {


text-align: center;
border:0px;
padding: 0;
margin: 0;
background: #f8f7e5 url(bg.jpg) no-repeat center top;
width: 100%;
display: table;
}

mon div dans css

#flash {
height: 938px;
width: 974px;
margin-right: auto;
margin-left: auto;
text-align:center;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;

}

et voici le lien http://www.candlescanaria.com/test.html

merci davance ;-)

2 réponses

Zhp Messages postés 198 Date d'inscription mercredi 27 avril 2011 Statut Membre Dernière intervention 5 mars 2013 37
17 nov. 2011 à 14:57
bonjour,

Donne un padding-left de 6px au lieu de 7px à la div qui contient le flash.
Chez moi sur Firefox (8.0) ça règle le problème.
0
merci ca fonctionne :-)
0