I'm trying to create a fixed footer for my website but for some reason the overflow isn't working nor is the content scrolling. Here is my code:\[code\]<div id='footbar' style="bottom: 0;left: 0;width: 100%;min-width: 800px;position: fixed;background-color: red;border-top: 1px solid black">Context</div>\[/code\]