Through css, i want the footer div to touch the bottom of browser, no matter if middle area contains content or not, no matter what screen or browser size is. The div should be touching the bottom. I have tried this div#bottom-bar { background-color:#A5D2ED; border-top:3px #2572A3 solid; height:47px; bottom:0px; margin-bottom:0px; } Pleaseeeeeeeeeee help.
Try div#bottom-bar { background-color:#A5D2ED; border-top:3px #2572A3 solid; height:47px; position: fixed; bottom: 0px; } Code (markup):