ok guys, I'm extremely new to css and its magic but I'm curious how to go tableless with this type of layout:
I know that probably doesn't look too hot but basically what I want is a site broken into two halves, both with their own 3 column layout. Also, I want the left and right columns (on both halves) to fill all the way to the bottom of the "top" container or the "bottom" container regardless of how much text is in the middle column.
Maybe this is a nasty layout, but I'm still curious how to make it work.
Thanks in advance...
Code:
+------------wrapper----------------+
header -- full width
top horizontal menu (left align)
-------------------------------------
top half of site, 3 column
-------------------------------------
bottom half of site, 3 column
footer -- full width
+-----------------------------------+
I know that probably doesn't look too hot but basically what I want is a site broken into two halves, both with their own 3 column layout. Also, I want the left and right columns (on both halves) to fill all the way to the bottom of the "top" container or the "bottom" container regardless of how much text is in the middle column.
Maybe this is a nasty layout, but I'm still curious how to make it work.
Thanks in advance...