Tables are tricky to incorporate into the "fake transparency" model, because in CSS1, background images and colours overwrite any borders; only in CSS3 is a property "background-clip" introduced, which will allow the behaviour we really want, with coalesced borders. In order to get something similar in CSS1, FIGURE IT OUT!