I have a table like:
<table>
<tr>
<td>...</td>
<td><div class="stretch"></div></td>
</tr>
</table>
I need to get the .stretch to fit the height of the td. Currently the div has a height of 0. What am I missing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the td must have a set size
then you set the div’s height:100%;
or inherit pretty the same thing
and you’ll be good to go