Reworking a site and am having a small problem with the multiple columns running the full lenght with each other. Typically the CSS clear:both does the trick, but in this case it does not seem to work.
look here:
Reef Village 2008 v1
I am trying to get the right column blue background to extend as far down as the content in the center (and/or left) columns.
I have tried to place the following: <div style="clear:both;"></div> just outside the right column div and the content container div and neither worked.
any suggestions?