>| This is a cell using the same background color as the page's main background color (which in this case is white -- assuming that your page's background color is set to white as well). It is not using the background image of the table data (TD) cell containing this particular nested cell.
>
>However, note that in this table data (TD) cell, the color is specified to be white. It won't automatically adapt the page's background color if you omit the bgcolor attribute here altogether. If you do, instead you will get the background image of the above table data (TD) cell containing this one show through. Note that if you also omit the background="" definition in this table data cell as well (along without bgcolor="white"), Navigator will start a new tile of the image within, but IE will reveal the previous one through as usual.
>
>The difference between IE and Navigator, as I have found, is that Navigator requires you to specifiy a table data background of nothing (td background="") in order for the table data's color to take precedence (ex. td bgcolor="white").
> |
>Here is another cell still not using the image background,
>but instead is specified to use a "lightgoldenrodyellow" background color, which indicates that the cell's color can be different from the main page's background color if you wish.
> |
>
>