Even though it is what you are saying, you don't seem to mean transparent. I think you mean semi-transparent. By applying partial opacity to the cell, everything in it will have the same opacity. There are two basic choices that I am aware of:
- To hold your content, superimpose a table with no opacity style or filter and no background, over one of the same size with the desired background and opacity setting.
or:
- Use just one table with no style opacity or filter opacity setting. Make your background image be a semi-transparent .png. This seems easier except you will need to use a special alpha image loader filter to get it to work in IE 6 and earlier and that gets complicated.
Bookmarks