You have the position attribute of your MainTextLoc element as absolute. Mixing absolute and static elements on your page creates all kinds of nightmares. If you want the footer to always be beneath the main content, you'll need to wrap the MainTextLoc and PageTitle elements inside another element that's statically or relatively positioned.
Having absolute positioning, in my opinion, should only be reserved for small visual elements that accent the page rather than main content or navigation elements. Some links that might help you out. http://www.positioniseverything.net/ http://alistapart.com/articles/holygrail http://www.glish.com/css/ Steve Brownlee http://www.fusioncube.net/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 2:09 PM To: CF-Talk Subject: CSS Help I have a site done with CSS and I have standard includes such as header and footers with all other files being content types. Problem I am having is I need the footer file to be at the base of the content rather than a set location. The header file is fine as that content (locations) will not change. Look at this site and you will see what I mean: http://piw.demo-apps.com right not the files are like this: include header.cfm --- main content include footer.cfm How can I make the footer location truly dynamic w/o having to code heights based on content? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270008 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

