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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:48:47+00:00 2026-05-23T20:48:47+00:00

I don’t normally work with IE7 simply because I hate it, but my latest

  • 0

I don’t normally work with IE7 simply because I hate it, but my latest client uses IE7-IE9 as their default browsers (not very consistent or up-to-date I know). So I have a list that renders fine in all newer browsers and IE8+ but in IE7 the UL seem to merge into the LI. Its like the

tag didn’t exist and the UL was a part of the LI. Each list item is nested inside of the one on top of it. Its hideous. Anyone know of a hack or a way around this? Is my CSS messed up?

<div class="indentList">
<ul class="level1">
<li class="customer">
    <a href="">Title</a>
</li>
<ul class="level2 level" id="level2">
    <li class="site">
        <a href="">Text</a>
    </li>
    <ul class="level3 level" id="level3">
        <li class="engineer indent">
            <a href="">Name</a>
        </li>
    </ul>
<ul class="level2 level" id="level2">
    <li class="site">
        <a href="">Text</a>
    </li>
    <ul class="level3 level" id="level3">
        <li class="engineer indent">
            <a href="">Name</a>
        </li>
        <ul class="level4 level" id="level4">
            <li>
                <a href="">Item</a>
            </li>
            <li>
                <a href="">Item</a>
            </li>
        </ul>
    </ul>
</ul>
</ul>
</div>

.indentList ul {
margin: 0px;
padding: 0px;
float: left;
}
.indentList li a {
    width: 770px;
    margin: 0px 0px;
    padding: 10px 0px;
    display: inline-block;
    float: left;
    }
.indentList li:hover {
    background: #E9E9E9;
    }
.indentList li a:hover {
    text-decoration: none;
    }
.indentList li .edit {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 14px;
    width: auto !important;
    margin: 4px 0px 0px 5px;
    text-align: center;
    display: inline;
    position: relative;
    float: right;
    }
.indentList li .edit.frozen {
    background: #b51a1a url('images/menuBackgroundRed.png') center;
    float: right;
    }
.indentList li.customer {
    background: #787878 url('images/menuBackgroundTaller.png') center;
    color: #FFF;
    box-shadow: inset 0px 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px;
    -webkit-box-shadow: inset 0px 0px 0px;
}
    .indentList li.customer a {
        color: #FFF;
        font-family: 'QuicksandBook', Arial, sans-serif;
        font-size: 17px;
    }
.level2, .level3, .level4 {
    display: block;
    }
.indentList ul ul ul li {
    margin-left: 50px;
    width: 840px;
    }
    .indentList ul ul ul li a {
        width: 770px;
        }
.indentList ul ul ul ul li {
    margin-left: 90px;
    width: 800px;
    }
    .indentList ul ul ul ul li a {
        width: 730px;
        }
  • 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-23T20:48:48+00:00Added an answer on May 23, 2026 at 8:48 pm

    Not your CSS, but your HTML is messed up.

    You should be doing this (pseudocode):

    <ul class="first-level">
      <li>
        <ul class="second-level">
          <li>
            <ul class="third-level">
              <li></li>
            </ul>
          </li>
        </ul>
      </li>
    </ul>
    

    instead of this:

    <ul class="first-level">
      <li></li>
      <ul class="second-level">
        <li></li>
        <ul class="third-level">
          <li></li>
        </ul>
      </ul>
    </ul>  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't ask me why but i can't use this method because I need to
don't know if the title describes anything about what I'm trying to say but
Don't ask me how but I'm in a situation where I have DCPs published
Don't really know how to formulate the title, but it should be pretty obvious
Don't know how to google for such, but is there a way to query
Don't know why but font is not displaying.Please help. CSS(in css folder): style.css: @font-face
Don't ask me why but I need to do the following: string ClassName =
I don't know why, but this code worked for me a month ago... maybe
Don't ask why but I have the requirement to draw a border around certain
Don't ask why, but is there any way to suppress a failed linking error?

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.