Petit problème de padding avec ma mise en page.
Dans firefox comment dire il y a un léger problème.
Il rajoute la padding droit à la dimension de la div.
Je vous joins le script css plus des captures d’écran.
Merci.
IE
FIREFOX
Code :
| CODE |
body, html { margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 100; text-decoration: none; background-image: url(images/fond.png); background-repeat: repeat; color: #666666; } #global { position: absolute; width: 742px; left: 50%; margin-left: -371px; background-color: #FFFFFF; border: 1px solid #666666; } #haut { height:136px; } #centre { margin-left: 242px; left:0; width: 500px; text-align: justify; border-left: 1px solid #666666; padding: 2em; } #gauche { position: absolute; left:0; width: 242px; } |