Salut a tous,
j'ai un petit probleme etrange avec une feuille de style sous IE:
avec la feuille de stlye:
Le probleme est que sous IE les classe notmoy et nbvote ne s'applique pas (le texte reste blancs).
Avez vous une idée sur l'origine du problème?
j'ai un petit probleme etrange avec une feuille de style sous IE:
<table class="detnote" cellspacing=0>
<tr>
<td>
<table class="soustab1" cellspacing=0 cellpadding=0>
<tr>
<td class="td1">
Moyenne: <span class="notmoy">'.$moyenne.'</span>
</td>
</tr>
<tr>
<td class="td2">
Votes: <span class="nbvote">'.$Nbvotes.'</span>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
</table>
avec la feuille de stlye:
.detnote
{
font-weight:bold;
border-color:#86879B;
border-style:solid;
border-width:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;"
}
.detnote .soustab1
{
text-align:center;
}
.soustab1
{
height:50px;
vertical-align:middle;
}
.detnote .soustab1 .td1
{
width:150px;
border-bottom-width:0px;
}
.detnote .soustab1 .td2
{
border-bottom-width:0px;
}
.notmoy
{
color:red;
}
.nbvote
{
color:green;
}
.detnote .soustab2
{
text-align:center;border-left-color:#86879B; border-left-color:#86879B;border-left-style:solid;border-left-width:1px; height:83px;
}
Le probleme est que sous IE les classe notmoy et nbvote ne s'applique pas (le texte reste blancs).
Avez vous une idée sur l'origine du problème?