To mój kod css:
Cytat
#top_table_login {
border: 0px;
width: 100%;
height: 50%;
vertical-align: bottom;
}
border: 0px;
width: 100%;
height: 50%;
vertical-align: bottom;
}
Dlaczego nie wyrównuje do dołu?
#top_table { border: 0px; margin: auto; padding: 0; background: url(images/top.jpg) repeat-x; width: 100%; height: 166px; } #top_table_title { border: 0px; width: 100%; height: 50%; text-align: left; } #other_div { height:100%; display:table; } #top_table_login { border: 0px; width: 100%; height: 50%; display:table-cell; vertical-align:bottom; }