I have a css file that looks like this:
td { display: none; } .showCell { display: ???? }
I have a td that I want to draw theoretically on the screen, giving it the class "showCell". However, I do not know what value is for ????? will do this job in all browsers. The value of table-cell works on all but ie6 and 7.
Note: this looks like the question I just asked (http://stackoverflow.com/questions/4696210/opposite-of-displaynone-in-a-td). But I asked him badly there, so please close it if you can.
source share