I'm using floating division to create a 4 column layout. I'm floating the first column to the left to cotain the menu. Then I've got a second div which contains the last three divs. However I want to put a footer under those three but not the menu div but if I use a clear it puts it under the menu div. Is there a way to put it under just the three.
I hope the above makes it clear.
Code:
+-------------------------------------------------------+ |+-----------------------------------------------------+| || BANNER || |+-----------------------------------------------------+| | | |+---------+ +-----------------------------------------+| || LEFT | | +----------+ +-----------+ +----------+ || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | | | | | | | || || | | +----------+ +-----------+ +----------+ || || | | || || | | +-------------------------------------+ || || | | | FOOTER | || || | | +-------------------------------------+ || |+---------+ +-----------------------------------------+| +-------------------------------------------------------+
Comment