Got a basic page design: header, footer, main content 600px wide on left and a 300px-wide right sidebar. Sidebar contains DIVs with ad code, graphics, search forms.
How do I keep these sidebar boxes neatly stacked one on top of the other without having to rely on the main content area to keep them there?
When the main content box is shorter than the right sidebar, the boxes fly under and over to the left. I've tried applying right floats, but that doesn't seem to work either.
Use a table? Other ideas?
Thanks.