probleme de colonne sur ie8
bonjour, cela fait un moment que je scrute votre site pour glaner informations a gauche a droite, mais la je coince et me tire les cheveux depuis deux jours.
voila mon problème est simple, j ai des colonnes dans un cadre et malgré le faite d avoir attribué des valeurs a mes colonnes, ie8 n'en fait qu'a ca tête alors que ca passe sur firefox,chrome et safari
le crime est ici sous ie bien sur sous le reste ca marche ;)
voyez les photos on une énorme marge alors qu' il sont de même taille que la cellule, si joint le css au cas ou
doit je vous coller aussi le code source?
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
| * {
margin-top: 0px;
margin-bottom: 0;
padding: 0;
}
.sm {
list-style:none;
width:780px;
height:600px;
display:block;
overflow:hidden;
}
.sm menu {
list-style:none;
width:540px;
height:50px;
display:block;
overflow:hidden;
}
.sm li {
float:left;
display:inline;
overflow:hidden;
}
.design {
margin-left: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}
.menu {
color: #630;
font-style: oblique;
}
.cellules {
background-position: center top;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-top: 5px;
}
.titre {
background-position: center top;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-top: 1px;
font-weight: bold;
line-height: 18pt;
}
.invisible {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #DEB95E;
}
.invisible2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #A29B26;
}
.invisible3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #D47427;
}
.invisible4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: lighter;
background-position: center top;
color: #B10718;
} |
merci d'avance