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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:49:50+00:00 2026-05-23T10:49:50+00:00

can someone spot why this layout is breaking in IE6? have tried various options

  • 0

can someone spot why this layout is breaking in IE6? have tried various options but still the same. please see screen shots for exact problem. thanks

Screen Shots

http://img232.imageshack.us/i/footerie6.png/

http://img546.imageshack.us/i/footerie7.png/

HTML

<div id="footer">
      <div class="footerLogos">

        <img src="images/psw.png" alt="Footer Divider" width="164" height="50" />
        <br /><br /><br />
        <div class="footerLogosText">
          Pocket Size Websites
        </div>

      </div>
      <div class="containerFooterBlock">
      <div class="footerTextabout">
            Quick Links<br />

              <br />
        <div class="footerTextContent">
          <ul>

            <li><a href="#">Unique Website Design & Development</a></li>
            <li>E-Commerce Shopping Carts</li>
            <li>Content Management Systems (CMS)</li>
            <li>Search Engine Optimization (SEO)</li>
            <li>Logo &amp; Brochure Design</li>
          </ul>

        </div>
            <img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />
      </div>


      <div class="footerTextabout">
            Resources<br />

              <br />
        <div class="footerTextContent">
              <ul>
             <li>Unique Website Design & Development</li>


            <li>E-Commerce Shopping Carts</li>


            <li>Content Management Systems (CMS)</li>


            <li>Search Engine Optimization (SEO)</li>


            <li>Web Hosting</li>


            <li>Logo &amp; Brochure Design</li>

          </ul>

          </div>

                  <img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />
      </div>
      <div class="footerTextabout">
            Blogs<br />

              <br />
          <div class="footerTextContent">
              <ul>
             <li>Unique Website Design & Development</li>


            <li>E-Commerce Shopping Carts</li>


            <li>Content Management Systems (CMS)</li>


            <li>Search Engine Optimization (SEO)</li>


            <li>Web Hosting</li>


            <li>Logo &amp; Brochure Design</li>

          </ul>

          </div>
                <!--<img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />-->

      </div>
      </div>
      <div id="footerText">
        &copy; some domain 2011
      </div>

  </div>

CSS

#footer
    {

            width: 999px;
            height:500px;
            margin: 0 auto;
            background-image: url(../images/footer-bg.png);
            background-position: center center;
            background-repeat: repeat-x;

    }

#footerText
    {

            text-align: center;
            padding: 38px 0 0 0;
            font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
            color: #000;

    }

.containerFooterBlock
    {

            float:left;
            width: 999px;
            padding: 3px 0 0 0;
            clear:both;

    }

.footerTextabout
    {

            width:280px;
            height:300px;
            float:left;
            font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #fff;
            font-weight: normal;
            padding: 20px 0 0 36px;
            clear:none;

    }

.footerTextContent
    {

            width:250px;
            height:400px;
            float:left;
            font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            font-weight: normal;
            padding: 10px 0 0 10px;
            line-height: 30px;
            text-align:justify;

    }

.footerTextContent li
    {
            padding: 0 0 0 25px;
            list-style-type: none;
            background-image:url(../images/tick.png);
            background-position: left 7px;
            background-repeat: no-repeat



    }

.footerTextabout img
    {

            float:left;
            padding:10px 0 0 18px;

    }

.footerLogos
    {

            width:250px;
            float:left;
            font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #666;
            font-weight: normal;
            padding: 15px 0 0 24px;


    }

.footerLogosText
    {

            width:250px;
            float:left;
            font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #999;
            font-weight: normal;
            padding: 2px 0 0 32px;

    }

.footerLogos img
    {

            float:left;
            padding:5px 0 5px 0;
            border: 1px solid black;

    }
            <div class="footerTextContent">
              <ul>

                <li><a href="#">Unique Website Design & Development</a></li>
                <li>E-Commerce Shopping Carts</li>
                <li>Content Management Systems (CMS)</li>
                <li>Search Engine Optimization (SEO)</li>
                <li>Logo &amp; Brochure Design</li>
              </ul>

            </div>
                <img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />
          </div>


          <div class="footerTextabout">
                Resources<br />

                  <br />
            <div class="footerTextContent">
                  <ul>
                 <li>Unique Website Design & Development</li>


                <li>E-Commerce Shopping Carts</li>


                <li>Content Management Systems (CMS)</li>


                <li>Search Engine Optimization (SEO)</li>


                <li>Web Hosting</li>


                <li>Logo &amp; Brochure Design</li>

              </ul>

              </div>

                      <img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />
          </div>
          <div class="footerTextabout">
                Blogs<br />

                  <br />
              <div class="footerTextContent">
                  <ul>
                 <li>Unique Website Design & Development</li>


                <li>E-Commerce Shopping Carts</li>


                <li>Content Management Systems (CMS)</li>


                <li>Search Engine Optimization (SEO)</li>


                <li>Web Hosting</li>


                <li>Logo &amp; Brochure Design</li>

              </ul>

              </div>
                    <!--<img src="images/footer-div.png" alt="Footer Divider" width="2" height="256" />-->

          </div>
          </div>
          <div id="footerText">
            &copy; some domain 2011
          </div>

      </div>
  • 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-23T10:49:50+00:00Added an answer on May 23, 2026 at 10:49 am
    .footerLogos {
        width:999px;
    }
    

    I don’t see why that box should be so small since everything else is anyway displayed on its bottom.

    Maybe with this you don’t need the float anymore.

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

Sidebar

Related Questions

This may be too obscure a question, but perhaps someone can spot what I'm
Can someone spot the problem with this implementation? I can open it up in
Can someone please tell me what this means: 07-04 09:54:38.048: I/DetailActivity(15496): Title that is
Can someone please explain to me how this responsive approach works? This was done
I'm not sure why am I getting this strange result. Can someone please shed
Hopefully, someone can spot the error, what I need to do is to first
Can someone please explain why ?___SID=U is appearing in some Magento URLs on my
Can someone please explain how Read/Show works.. I cannot find any tutorials on it.
Can someone please provide an example of how to store, and read xml data
Can someone tell me how to modify this regex to allow periods in 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.