yeap...
--------------- Added [DATE]1234984732[/DATE] at [TIME]1234984732[/TIME] ---------------
example: your actual CSS have:
Code:
url(../../images/techtwo/misc/table1.gif)
.. IE does not like the
../../ stuff... FF already handle them properly.
change your CSS details to this:
Code:
url(http://forum.zomgstuff.net/images/techtwo/misc/table1.gif)
and everybody will be happy
the TD with color is because they all have a color of background set... it's the image url that IE is not reading likely.