This is driving me up the tree, and I can't figure it out. I have the following
css design. The main content layer is float right, while the sidebar is a layer below with a large padding to keep it on the left side. Looks fine like that.
But if there's more content like
here, you can see that the floating layer goes beyond the main and even the footer. How can I achieve that the damned layer extends properly?
I know I could do it the other way around, but I want the content to appear above the sidebar links in the HTML.
Please help me...