Example That bar thats hugging the bottom part of the main div I want to be at the very bottom--no matter if you're using 640x480 resolution or 1600x1200. I've tried verticle-align: bottom; align: bottom; and I don't know what to try next.
The CSS for <div id="bottom"> is:
#bottom {
height: 60px;
width: 100%;
background-color: #77889C;
border-top: 4px solid #8497AD;
}
Hopefully you dudes can help. Thanks
