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 8454699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:05:43+00:00 2026-06-10T12:05:43+00:00

Main markup <body> <div id=contenedor> …. </div> <div class=fLeft> <footer > … </footer> </div>

  • 0

Main markup

<body>
  <div id="contenedor">
      ....
  </div>
  <div class="fLeft"> <footer > ... </footer> </div>
</body>

CSS

body{
}
#contenedor{ float: left; width:100%;}
.fLeft{ float:left }

I guess best way is to firebug the page..

http://209.51.221.243/integracion/login.php

As you can see, the footer is above the middle of the page behind the content…

  • 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-06-10T12:05:44+00:00Added an answer on June 10, 2026 at 12:05 pm

    At first, I thought it might be that you didn’t clear your float. But then I noticed that each floated element is absolutely positioned. By applying position:absolute to an element, you’re ripping it out of the flow of the document. The best way to fix this is to remove position:absolute from your “widgets”, but then your design won’t appear how you currently have it.

    An idea/suggestion to workaround your limitations is to fix the footer to the bottom of the page. Apply the following to <footer>:

    footer {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
    }
    

    You’ll notice that your footer will stay put as you scroll on the page, and that can very possibly be less than ideal, but I can guarantee it’ll stay on the bottom of the page. Otherwise, you’re looking at reworking your styles because of the misuse of some properties.

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

Sidebar

Related Questions

I have the following markup: <body id=terms_and_conditions_page dir=ltr> <div class=main-wrapper></div> <---------* Edit <div> <-------*
I have the following HTML snippet: <body> <div class=main> <div class=topBar> <p>testing</p> </div> <div
My Html markup <div id=main-wrapper> <div id=header-wrapper> <div id=header> </div><!--end of #header --> <div
I've gotten myself into trouble. This ms my markup: <div class=header_wrap> <div class=header_row0><img src=header-940x60.gif></div>
Imagine this document: <!doctype html> <head> <title>Leak</title> </head> <body> <div id=container> <div id=main> <ul>
I have the following markup: <div id=selectable1> <span class=drag>Some Text</span> <span class=drag>Some Text</span> <span
I am trying to create the HTML markup using jquery: <div class=icon></div> If the
Let's assume i have HTML markup like this: <body> <div id=content> <div id=sidebar> </div>
I have a xml file main.xml with following markup and data. main.xml <xml> <content>
I want to achieve the following: Main div and sidebar div should have same

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.