On Wed, 10 Dec 2008 12:03:46 +0000, kevin mcmonagle wrote: > Hi I'm trying to modify this template to work with a footer. The problem is > getting a > footer to float below the right side div. I can't figure out how to keep > #sidebar > liquid but still float a footer under it. Is it possible. >
Nope. "Absolutely positioned boxes are taken out of the normal flow. This means they have no impact on the layout of later siblings."[1] > > heres the example: > > http://www.gortahork.eu/en > Try using a floated construction instead. Examples here: <http://blog.html.it/layoutgala/> [1] <http://www.w3.org/TR/CSS21/visuren.html#choose-position> Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
