Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS 2 100% columms + sticky footer Re: 2 100% columms + sticky footer

#132525
wolfcry911
Participant

To have the drop down work in my version, add z-index: 1; to nav ul ul {} and add margin: 0; to nav ul {}

To have the content and sidebar appear to be full height in the first example, remove the background from .sitecontent and place it on the .wrapper like this:

background: #F0EFE2 url(“images/content.png”) repeat-y center top;

as to which one works best, it depends on what you want. I think the first version is much more commonplace. My version was only fitting your original request – I think an end user is more accustomed to scrolling the entire page than just the content…