<style>
#Chart td { width:9px;height:9px;border:1px solid white; }
#Chart td.Promoter { background:url(<xsl:value-of select="$ApplicationUrl"/>Portal/Themes/Default/Images/npsDot-green.png) 0 0 no-repeat; }
#Chart td.Passive { background:url(<xsl:value-of select="$ApplicationUrl"/>Portal/Themes/Default/Images/npsDot-orange.png) 0 0 no-repeat; }
#Chart td.Detractor { background:url(<xsl:value-of select="$ApplicationUrl"/>Portal/Themes/Default/Images/npsDot-red.png) 0 0 no-repeat; }
</style>
<table id="Chart" cellpadding="0" cellspacing="0" border="0" style="height:110px;width:110px;">
<tr>
<td class="promoter"></td>
<td class="promoter"></td>
<td class="promoter"></td>
</tr>
<tr>
<td class="Passive"></td>
<td class="Passive"></td>
</tr>
<tr>
<td class="Detractor"></td>
<td class="Detractor"></td>
</tr>
</table>
The Above I mentioned is my table. It doesnot shows the images in the Table cell in IE8. Kindly tel me to solve this issue
↧
Multiple Images are not dispalying in IE8.. But is shows all other Browsers
↧