Hi,
I have another query. I am working on a site with two columns (divs). The one is for the navigation and the other one is the content.
I can not figure out how I can make the navigation div adjust to the height of the contents div.
I tried Javascript, but that does not work and I tried to find answers in tutorials but can not find a solution.
Make the wrapper have the background you want for the side bar. Float the side bar to the left and the content to the right. Make the content div have the background you'd like and voila, instant pseudo columns.