親の残りの高さであるdivが必要です。
CSS:
.h_100
{
height:100%
}
body, html
{
margin:0;
padding:0;
height:100%;
}
.table
{
width: 100%;
display: table;
}
.table_row
{
width: 100%;
display: table-row;
}
しかし、IEでは動作しないようです
私の問題を解決する方法はありますか?