[thelist] cell background colors in Netscape 4.76

Joe Crawford jcrawford at avencom.com
Thu Apr 12 12:43:27 CDT 2001


Fortune Elkins wrote:
> i have a table cell with a background image of a grid. within this, i would
> like to add a layer that contains a new table with cells of a certain color.


sounds like:

<table>
  <tr>
    <td background="grid.gif">
      <table bgcolor=red>
	 <tr><td>&nbsp;<td>
    </td>
  </tr>
</table>

Which should work fine. Tables are easy to mess up. Do you have a URL to
share?

> but in netscape 4.76 the cells in the new table inherit the background image
> of the larger table cell, even though i've set the background colors
> correctly.
> 
> this design works as intended in IE and netscape 6, just not netscape 4.76.
> 
> how can i make this work?

A demonstration that this *can* work is this page:

http://artlung.com/archive/3/ - where I have that semitransparent baby
blue color which is overridden by an internal table with a bgcolor of
white. Works fine in Netscape 4.x.

HTH,

	- Joe <http://artlung.com/>
--
Joe Crawford ||||||||||||||       mailto:jcrawford at avencom.com
||||||||||||||||||||||||             http://www.avencom.com
|||||||||||||||||||||||||||      Avencom: Set Your Sites Higher




More information about the thelist mailing list