I can't use your solution, because the table is compiled runtime and so I can't know before the maximum lenght of 1 td for setting the correct width style.
"McKirahan" <> wrote in message news:YYadnRPxGK6mfozeRVn-...
"Lamberti Fabrizio" <._cut_off> wrote in message news

IfQe.111047$...
I've got the problem described in the table above.
I've put a div red with some text inside a TD, but its height is less than 100% of TD height as you can see.
I've defined the following styles:
div.test { background-color:red; height:100%; width: 100%; }
table.test { border: 1px solid #CCCCCC; background-color:yellow; }
td.test { border: 1px solid #CCCCCC; }
does anyone know a solution ?
Please help me.
Regards to all
2
2b 1
4 5
7 8
Change
<TD class=test><DIV class=test>1</DIV></TD>
to
<TD class=test><DIV class=test>1<br> </DIV></TD>