Good afternoon people! I searched for half an hour and did not find anything that would help me or give me positive results. I have a dynamic table that changes the number of rows to display according to what one selects from the DropDownList. The problem is that for those cases where the table has few rows, the footer gets out of place and as you can see below is not "stuck" well at the bottom of the page.
I tried the position attribute, with others I had never heard of but I can not get the footer always stuck to the foot. At the moment this is what I have in my css;
footer
{
margin-top:50px;
width:100%;
height:200px;
background-color:red;
}
Thank you very much!