RT
It seems that the min-height style of table elements (including table, tr, td) is only available in IE Only valid under browser. However, for the table, you only need to set the height, because the table element content will automatically "expand" when it exceeds the set height.
<style type="text/css">table { height:1000px;}td { border:1px solid #CCC;}</style><table> <tr> <td> </td> </tr> <tr> <td> </td> </tr></table>
NO Does the poster use IE6? ? ? This is not supported. It seems like
No, too many words will leak out of the table. It seems that the min-height style of table elements (including table, tr, td) is only valid under the IE browser. However, for the table, you only need to set the height, because the table element content will automatically "expand" when it exceeds the set height.
HTML code