Mosaic? Do you mean IE's engine?


Given that the table cell has an id, this CSS should work, AFAIK in all browsers > 4.
Code:
#cellid {
  background-image: url(blabla);
  background-repeat: no-repeat;
  background-position: center center;
}