now these are floated. When the content of the 2nd div(whatever 2) extends past the content of the first two, only that DIV expands. I need the DIVs to be all the same height based on the content of the "whatever 2" DIV.
i hope this makes since
i tried to use height: 100%; but that did not work.
the content is dynamic.
i dont want to use tables.
if i make the main container have the bg then i can have a spacer
if i use margin/border code, it throws off the top alignment for some reason.