Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 888205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:21:27+00:00 2026-05-15T13:21:27+00:00

OK, so now there’s a new wrinkle. The original problem I was having: Sticky

  • 0

OK, so now there’s a new wrinkle. The original problem I was having: Sticky Footer, but only sometimes. I have a scroll bar in my browser, and I can’t seem to make the extra 70px margin go away…

<div id="wrapper">
<div id="headwrapper">
<div id="header"></div>
    <div id="menu">
       <ul>
          <li class="active"><a href="#" title="Link1">Link1</a></li>
          <li><a href="#" title="Link2">Link2</a></li>
          <li><a href="#" title="Link3">Link3</a></li>
          <li><a href="#" title="Link4">Link4</a></li>
          <li><a href="#" title="Link5">Link5</a></li>
       </ul>        
    </div>
    <div id="content-container">
          <div id="content">
              <h2>
                  Page heading
              </h2>
              <p>
                  Lorem ipsum dolor sit amet consect etuer adipi scing elit sed diam nonummy nibh euismod tinunt ut laoreet dolore magna aliquam erat volut. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
              </p>
              <p>
                  Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
              </p>
              <p>
                  Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
              </p>
          </div>
          <div id="aside">
              <h3>
                  Aside heading
              </h3>
              <div class="box">
              <p>
                  Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan.
              </p>
              </div>
              <div class="box">
              <p>
                  Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan.
              </p>
              </div>
          </div>
 </div>
</div>
</div>
<div id="footer">
 <p>Footer content</p>
</div>

stylesheet:

* {margin:0}

html, body {height:100%;}

#wrapper {
    max-width:100%;
    min-width:1000px;
    min-height:100%;
    margin:0 auto;
    background-image:url(images/shadowborder.png);
    background-repeat:repeat-y;
    background-position:center;
    padding-bottom:70px;
    overflow:auto;
}

#headwrapper {
    position:relative;
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    background-color:#003a72;
    background:url(images/bnr_rpt.jpg) repeat-x;
    height:150px;
}

#header {
    position:relative;
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    background-color:transparent;
    background:url(images/KMIAFS_banner.jpg) center top no-repeat;
    height:150px;
}

#menu {
    clear:left;
    float:left;
    padding:0;
    border-top:5px solid #f52620;
    width:100%;
    overflow:hidden;
    height:70px;
}


#menu ul {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    left:50%;
    text-align:center;
}

#menu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
    font-size:16px;
    font-family:Verdana, Geneva, sans-serif!important;
    font-weight:bold;
}

#menu ul li a {
    display:block;
    float:left;
    margin:0 2px 0 0;
    padding:10px 20px 6px 20px;
    background:#003a72;
    text-decoration:none;
    color:#FFF;
}

#menu ul li a:hover {
    padding:15px 20px 6px 20px;
    background-color:#999;
}

#menu ul li.active a, #menu ul li.active a:hover {
     color:#CCC;
}

#content-container {
    min-height:100%;
    height:100%;
    margin:0 auto;
    width:1000px;
}

#content {
    clear:left;
    float:left;
    width:610px;
    padding:10px;
    margin:0 0 0 30px;
    display:inline;
    background-color:transparent;
}

#content img {
    border:solid 2px #CCC;
    float:left;
    margin:14px 10px 10px 0px;
}

#content h2 {
    margin-bottom:10px;
}

#aside {
    float:right;
    width:290px;
    margin:0 40px 0 0px;
    display:inline;
    background-color:transparent;
}

#aside p {
    color:#CCC;
}

#aside h3 {
    padding-bottom:20px;
}

#aside .box {
    margin-bottom:20px;
    padding:20px;
    color:#fff;
    background-color:#336699;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

#footer {
    position:relative;
    height:70px;
    width:100%;
    border-top:5px solid #f52620;
    background:url(images/ftr_rpt.jpg) repeat-x;
    text-align:center;
    color:#FFF;
    margin:0 auto;
    margin-top:-70px;
    clear:both;
}

#footer a {
    color:#FFF;
    text-decoration:none!important;
    padding:-5px;
}

#footer a:hover {
    color:#CCC;
}

So what am I missing here?
Here’s the site: http://www.erisdesigns.net/Stage/McCampbellInsurance/index.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T13:21:28+00:00Added an answer on May 15, 2026 at 1:21 pm

    Set #wrapper{margin-bottom:-70px;position:relative;} and remove padding-bottom.

    Then add a <div class="spacer"></div> at the bottom of your wrapper and add .spacer{height:70px;clear:both;} to your css like so:

    <div id="wrapper">
    ...
    stuff here
    ...
    <div class="spacer"></div>
    </div>
    <div id="footer">
     <p>Footer content</p>
    </div>
    

    This is usually how I do it. It might not be exactly what you want but it might point you in the right direction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In liferay 6.0 you can use JournalArticleServiceUtil.addArticle But now there are some new arguments
A have created a build. with a provisioning profile. Now there is a new
There was some progress made to the earlier problem. Now there is a new
in past I have used fbml rendering but now there is to many update
Now there is a new requirement. I have got some adhoc work at hand.
I have data like below AAAAAA BBBBBB CCCCCC DDDDDD EEEEEE Now there is a
I have defined models based on the tables in the database. Now there are
I have a NSMutableArray: NSMutableArray *temp = //get list from somewhere. Now there is
I have a custom control's library. Now there's a control which looks like a
I have a Delphi application database of which is in Oracle. Now there's a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.