how i can stretch sidebar height down to footer when content height is
always bigger than the sidebar?
Ahoj,how i can stretch sidebar height down to footer when content height is
always bigger than the sidebar?
The faux columns technique would work much better for you if your
structure looked like:
<div class="container">
<div id="header">
</div>
<div class="container">
<div id="content">
<div id="sidebar">
</div>
<div class="container">
<div id="footer">
</div>
That's how I do my layouts, at least.
--
--
Christian Montoya
mappdev.com :: christianmontoya.net