如何给 table 100%的高度,

<table border="1" style="height:100%"><tr> <td>Height 100%</td></tr>  </table>

我试过了,但高度没有达到100%,
谁能帮我

最佳答案

给您的 body 100%的高度,表格将随之出现-http://jsfiddle.net/R3h3p/

关于css - 如何在html5中为表格赋予100%的高度,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11628398/

10-12 00:27
查看更多