Rangappa Tungal
Rangappa Tungal

Reputation: 255

how to give 100% height for table in html5

How to give 100% height for table,

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

i tried this but its not taking 100% height, can any one help me

Upvotes: 8

Views: 26159

Answers (1)

Zoltan Toth
Zoltan Toth

Reputation: 47667

Give your body the height of 100% and the table will follow - http://jsfiddle.net/R3h3p/

Upvotes: 10

Related Questions