par
J'ai du mal avec PHP » 10 juin 2013, 11:44
Toujours la même chose.. Chrome marche mais pas IE. Après, ce que je me suis dit, c'est que l'erreur pourrait venir de la feuille de style... Meme si elle parait normale.
/* IE6 specific styles */
/*-------------RESET CSS-------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,
table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
margin: 0;
padding: 0;
}
img, fieldset {
border: 0;
}
/* Réinitialiser avec le html5*/}
body{
background-color: #242424;
color: #000000;
}
.main-box{
background-color: #FFFFFF;
width: 1000px;
color: #666;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
}
h4 {
font-size:30px;
font-weight:normal;
color:#212222;
font-family: Comic Sans Ms;
}
Toujours la même chose.. Chrome marche mais pas IE. Après, ce que je me suis dit, c'est que l'erreur pourrait venir de la feuille de style... Meme si elle parait normale.
[css]/* IE6 specific styles */
/*-------------RESET CSS-------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,
table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
margin: 0;
padding: 0;
}
img, fieldset {
border: 0;
}
/* Réinitialiser avec le html5*/}
body{
background-color: #242424;
color: #000000;
}
.main-box{
background-color: #FFFFFF;
width: 1000px;
color: #666;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
}
h4 {
font-size:30px;
font-weight:normal;
color:#212222;
font-family: Comic Sans Ms;
}[/css]