Forum Moderators: not2easy
#menubar {padding-top: 15px; margin-right: 77px; float: left; width: 163px; height: 100%; border: 0; background-color: #2B04BD;}
#content {float: left; width: 95%; background-color: #ffffff;} Now my #content DIV is filled with dynamic content, so the height of the div will change day-to day. The code on the page reads simply:
<div id="content">
<!--####### Sidebar-->
<div id="menubar">
Side Menu ---
</div>
<!--####### End Sidebar-->
LOTS OF CONTENT WIL GO HERE
</div> Now since the #menubar DIV has a colored bg, I would like it to continue all the way down to the bottom of the #content DIV. Is setting the height to 100% not enough? I thought this was acceptable, but obviously I am doing something wrong! I have tried searching Google for "Nested DIVs" and other like searches, but have been unsuccessful in finding my problem in particular. Any help on this matter is GREATLY appreciated!
Thanks!
-- Zak