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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:29:38+00:00 2026-06-17T08:29:38+00:00

I have a header and footer that I am testing for a website I

  • 0

I have a header and footer that I am testing for a website I will be working on. The header and footer look great in every browser except IE. I am using skeleton ( http://www.getskeleton.com/ ) grid for responsive which has support for IE, yet I can not find the problem. Here is a link to a test page I have created: http://kennyalvarez.com/bs/

 <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<link rel="stylesheet" href="stylesheets/base.css" />
<link rel="stylesheet" href="stylesheets/skeleton.css" />
<link rel="stylesheet" href="stylesheets/layout.css" />

</head>
<body>
<!-- Primary Page Layout================================================== -->
<div id="head" class="row">
    <header class="container-twelve">
        <p id="" class="six columns alpha"><a href="#">My Site</a></p>
            <ul class="six columns omega">
                <li>
                <button id="searchbtn" name="search">Search</button>
                </li>
                <li>
                <form action="#search" method="post">
                    <input id="search" placeholder="search" type="text" name="search">
                </form>
                </li>
                <li><a href="contact.html">Contact</a></li>
                <li>
                    <a id=login href="#">Login</a>
                    <form id=loginform action="" method="post">
                        <input class="required" id="username" placeholder="Username" type="text" name="username">
                        <input class="required" id="password" placeholder="Password" type="text" name="password">
                        <div id=captcha>
                            <img src="http://placehold.it/100x30" alt="title">
                        </div>
                        <input class="required" id="captchainput" placeholder="Captcha" type="text" name="captchainput">
                        <a href="#">Forgot Login?</a> <a href="#">Register</a>
                        <button id="loginbtn" type="button" name="login">Login</button>
                    </form>
                </li>
                <li><a href="#">Glossary</a></li>
            </ul>
    </header>
</div><!--head-->
<div id=fullpage>
        <nav>
    <div class="container-twelve">

            <a href="#">PAGE</a>
            <a href="#">PAGE</a>
            <a href="#">PAGE</a>
            <a href="#">PAGE</a>
            <a href="#">PAGE & PAGE</a>
            <a href="#">PAGE</a>
            <a href="#">PAGE & PAGE</a>
    </div>
  </nav>

        <ul id="subnav">
        <div class="container-twelve">

            <li><a href="#"> PAGE</a>
                <ul>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>

                </ul>
          </li>
            <li><a href="#"> PAGE</a>
                <ul>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                </ul>
          </li>
            <li><a href="#"> PAGE</a>

                <ul>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                </ul>
          </li>
            <li><a href="#"> PAGE</a>
                <ul>
                    <li><a href="#">PAGE</a></li>
                </ul>
          </li>
            <li><a href="#"> PAGE</a>
                <ul>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                </ul>
            </li>
            <li><a href="#"> PAGE</a>

                <ul>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                    <li><a href="#">PAGE</a></li>
                </ul>
          </li>
            <li><a href="#"> PAGE</a>

                <ul>
                    <li><a href="#">PAGE</a></li>
                </ul>
            </li>
        </div>
</ul>
        <div id="content">
            <h1>TEST</h1>

        </div><!--content-->
</div><!--fullpage-->
<div id="foot">
        <footer class="container-twelve">
            <div class="twelve columns">

                <div id="fnav" class="six columns alpha omega">
                    <a href="#">Terms of Use</a>
                    <a href="#">Sitemap</a>
                    <a href="#">Glossary</a>
                    <a href="#">Login</a>
                    <a href="#">Contact Us</a>
                </div>
                <div class="four columns alpha omega">
                    <p><a href="index.html">MY SITE</a></p>
                    <p class="copy">Copyright 2012 &copy; All rights reserved.</p>
                </div>
            </div><!--fourteen-columns-->
        </footer>
    </div><!--foot-->


</body>
</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-06-17T08:29:38+00:00Added an answer on June 17, 2026 at 8:29 am

    Internet Explorer 8 does not support HTML5 elements like header and footer. You will need to either replace these elements with divs, or use a javascript polyfill like this: http://www.paulund.co.uk/turn-on-html5-in-ie8-or-lower

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

Sidebar

Related Questions

I have a middle size of website that share a common header/footer and almost
I have a global header and footer that has a Database connection and a
I am using Struts Tiles with JSF to have one header, menu and footer
I have a webpage with header footer and all. when i print that page
Hi im trying to create an sticky footer that will show in every activity
I am creating a simple website in cakephp. I have kept header and footer
I have a header/footer <div> that is 100% width. If I make the widows
I have a website where the header/footer is to remain stationary at the top/bottom
I have a global presenter that contains a Header Footer and the main content
Usually I have the main page (index.php) that include header/footer/menu and the content of

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.