How to position DIV at bottom of page between two vertical navigation bars
- by proficients
I'm having trouble being able to do two things. I can always seem to accomplish one, but not the other. I'd like to have my footer always appear at the bottom of the page AND take up 100% width of the content container.
HTML:
<div id="wrapper">
<div id="nav_open">
nav_open
</div>
<div id="content">
<div…