So I am currently trying to position a div at the bottom page for a footer, and it seems that I have this reoccurring problem when it comes to me using CSS. Every once in a while, I will run into an issue where no matter what positioning code I try to apply to a div/element, it just will not work. I tried multiple computers, different programs etc to figure out if it was a problem with that, but I narrowed it down to just simply bad code but I can not figure out what it is.
Here is the CSS section:
#footer{
height:200px;
width:1600px;
border: 5px solid orange;
background-color:white;
position:absolute;
padding-top:800px;
}