CSS code
#dd td.ff {
background: url(...) top left no-repeat;
}
HTML code
<table id="dd">
<tr>
<td class="ff"></td>
</tr>
</table>
the background image displays fine on my mac (safari, netscape, and firefox), but when I use IE on pc, it fails to display. You guys know how to fix this? Thanks.