Bonjour,
Le code ci-dessous fonctionne parfaitement sous IE mais pas sous firefox. En effet, seul le paramètre 'color' n'est pas pris en compte. Legend, Right, False reste en noir.
Merci d'avance pour toute aide apportée.
code:<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="text12blue">
<table width="332" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="70" height="20" align="left" class="text12blue">
Legend:</td>
</tr>
<tr>
<td width="20"><img src="./images/transp.gif" width="20" height="10"></td>
<td style="font-weight: bold; font-size: 10px; color:#00CC00;">
Right</td>
</tr>
<tr>
<td width="20"><img src="./images/transp.gif" width="20" height="10"></td>
<td style="font-weight: bold; font-size: 10px; color:red;">
False<br><br></td>
</tr>
</table>
</td>
</tr>
</table>