Okay so now I need the sidebar to run the full length of the page now matter how much content it holds. The reason I need this is because I have the sidebar floating to the left and when I start filling up the content section it drops under the sidebar and looks horrible. I have tried to set the sidebar height to 100% in CSS but to no avail. I also read that I needed to set the parent container height and that 100% would work because the sidebar div just needs something to be 100% of. I did that and it didn't work. However if I set a hard px number say 500px for the height of the display content area then the 100% trick works. However I can't set a hard number because the page needs to grow for as much as I put in or my users put in. Any help would be great. THANKS!!