Mon forum en est à la dernière étape de sa création, et va bientôt être mis en fonctionnalité.
Je rencontre un problème de compatibilité (encore !) entre FF et IE8. Sous Firefox, le forum est centré, alors qu'il ne l'est pas sous IE8 (il l'est sous IE7).
J'ai pourtant mit tous les margin en auto, et rien ne change.
Voilà mes codes:
- Code: Tout sélectionner
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0 auto;
padding: 0;
}
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
width: 850px;
margin: auto;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-image: url("/forum/styles/AmberianDawn/theme/images/fondtemporaire3.jpg");
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 12px 0;}
Et voilà l'adresse de mon forum: http://www.amberiandawn.fr/forum
Si quelqu'un aurait la solution à ce problème, ça me serait d'une grande aide, merci d'avance !















