Forum Moderators: open
I could not find this topic when looking at previous threads but I am new to Webmaster World so I might have missed it.
Thanks!
Isa
<td background="null">
That usually makes Netscape 4 table backgrounds behave.
This topic comes up here from time to time, but it's been about 5 months or so. As long as Netscape 4 hangs around (and with 4.8 just released, it probalby will) the problem will keep coming up.
i tried background="null" for the <td>:s
containing the logos. it works, but only partly.
i do see most of the background image, but
in each of the logo <td>:s, a small grey square
appears behind the logo (taking up about half of
the cell space). the grey colour would be the
background colour "shining through".
is there anything i can do about that?
thank you so much for your replies!
:) isa
Also, are you declaring a background color for the table, in addition to the background image? Or is this a body background color showing through? If it's a table background color, you might try skipping it.
One last thought is to try using CSS instead of the deprecated attributes. I'm not sure that Netscape 4 will cooperate, but it's worth a trial since CSS uses a different part of the browser's code to render the screen. I'm pretty sure that, somewhere in the possible combinations, there's an answer for you.
thank you, tedster! sure enough, i had overlooked
the background colour in a surrounding table.
now it works perfectly with the background set to "null"
in the table with the logos! :)
thanks for everyone's input.
isa