Forum Moderators: not2easy

Message Too Old, No Replies

How to fix this IE problem

         

chilppp

8:28 am on Oct 21, 2006 (gmt 0)

10+ Year Member



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.

penders

10:29 pm on Oct 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



In the code you give, the background image appears OK in IE6 (and FF) on my PC. Is it interfering with another style in your stylesheet, that only effects IE ...?