Re: [css-d] centering a footer

2005-05-24 Thread Luc
Hello Eric, It was foretold that on 24-5-2005 @ 22:35:46 GMT-0500 (which was 5:35:46 where I live) Eric Ladner would write: EL> The right and left content are floated, so they are removed from the EL> flow. EL> Bout the only thing I could think of off the top of my head is create a EL> fo

Re: [css-d] centering a footer

2005-05-23 Thread Eric Ladner
The right and left content are floated, so they are removed from the flow. The footer doesn't know anything about the left menu. Bout the only thing I could think of off the top of my head is create a footer wrapper that's got the same margin as the left content, then another inner div that's c

[css-d] centering a footer

2005-05-23 Thread Luc
Hello list, http://www.dzinelabs.com/Pages/Copyoftemplate_metallica.php Layout: wrapper with contentwrapper inside it. Inside the contentwrapper 2 wrappers: leftcontent and rightcontent. Problem: centering the footer in the rightcontent. If i place the footer in the rightcontent, it ce