Jeralyn Merideth wrote:
> Hi group. I need more help! This project is quickly becoming the bain
> of my existence! I don't know why, but the wrapper, is not acting like
> a wrapper. Inside dreamweaver, when I click on the wrapper div, it's
> just a couple pixels high and everything else if falling outside of it.
> Because of this, I can't get the footer on the bottom. It's sitting
> where it's supposed to sit...under the wrapper. The problem is that the
> wrapper is at the top of the browser.
> 
> ...
> 
> http://www.5pts-interactive.com/sarantopoulos/index.asp

#wrapper cannot contain #navbar, #masthead, #content with a clearfix, 
since these are not floats, but absolutely positioned elements, taken 
out of any flow. Instead, #wrapper collapses, and #footer follows.

There is probably a javascript solution [1], as many believe in absolute 
layouts.

Ingo

[1] 
http://www.shauninman.com/archive/2006/05/22/clearance_position_inline_absolute

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to