On 06.06.2012 16:48, Debbie Campbell wrote:
Not sure how to do this, ideally I'd like the bottom of the main content area to overlap the top of the sticky footer by a few pixels. I'm using footerstickalt.

http://www.redkitecreative.com/projects/hvp/


Raise #body-container to a higher level...

#body-container {position: relative; z-index: 10}

...or something.

Then you pull up the bottom-margin on that container...

#body-container {margin-bottom: -10px}

...should do..?

Do not modify the sticky footer, as it is fragile enough as is - actually breaking in my browsers with how you have styled it now.

regards
        Georg
______________________________________________________________________
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