This is a multi-part message in MIME format.
------=_NextPart_000_0080_01C5ABC5.EFAC9860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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%; }=20
table.test { border: 1px solid #CCCCCC; background-color:yellow; }=20
td.test { border: 1px solid #CCCCCC; }
does anyone know a solution ?
Please help me.
Regards to all
2
2b 1=20
4 5=20
7 8=20
------=_NextPart_000_0080_01C5ABC5.EFAC9860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1515" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY><FONT face=3DArial><FONT size=3D2>
<DIV>
<STYLE>
div.test {
background-color:red;
height:100%;
width: 100%;
}
=09
span.test {
background-color:blue;
height:100%;
width:100%;
}=09
</STYLE>
I've got the problem described in the table above.</DIV>
<DIV> </DIV>
<DIV>I've put a div red with some text inside a TD, but its height is =
less than=20
100% of TD height as you can see.</DIV>
<DIV> </DIV>
<DIV>I've defined the following styles:</DIV>
<DIV> </DIV>
<DIV>div.test { background-color:red; height:100%; width: 100%; } </DIV>
<DIV>table.test { border: 1px solid #CCCCCC; background-color:yellow; } =
</DIV>
<DIV>td.test { border: 1px solid #CCCCCC; }</DIV>
<DIV> </DIV>
<DIV>does anyone know a solution ?</DIV>
<DIV> </DIV>
<DIV>Please help me.</DIV>
<DIV> </DIV>
<DIV>Regards to all</DIV>
<DIV> </DIV>
<DIV>
<STYLE>
div.test {
background-color:red;
height:100%;
width: 100%;
}
=09
span.test {
background-color:blue;
height:100%;
width:100%;
}
table.test {
border: 1px solid #CCCCCC;
background-color:yellow;
}
td.test {
border: 1px solid #CCCCCC;
}
</STYLE>
=20
<STYLE>
div.test {
background-color:red;
height:100%;
width: 100%;
}
=09
span.test {
background-color:blue;
height:100%;
width:100%;
}
table.test {
border: 1px solid #CCCCCC;
background-color:yellow;
}
td.test {
border: 1px solid #CCCCCC;
}
</STYLE>
<TABLE class=3Dtest id=3DTable1 cellSpacing=3D0 cellPadding=3D0 =
width=3D300 border=3D0>
<TBODY>
<TR>
<TD class=3Dtest>2<BR>2b</TD>
<TD class=3Dtest>
<DIV class=3Dtest>1</DIV></TD></TR>
<TR>
<TD class=3Dtest>4</TD>
<TD class=3Dtest>5</TD></TR>
<TR>
<TD class=3Dtest>7</TD>
<TD =
class=3Dtest>8</TD></TR></TBODY></TABLE></DIV></FONT></FONT></BODY></HTML=
>
------=_NextPart_000_0080_01C5ABC5.EFAC9860--