Quote:
Originally Posted by nexialys
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.
|
I did that, but it didn't seem to change anything. I even included single quotes ('), and deleted cache.
Quote:
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.
|
What do you mean? It's just a hex color for the background color, why would it need an image url?