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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:57:34+00:00 2026-06-08T11:57:34+00:00

I have a div with two unordered lists within it. Using Firebug the height

  • 0

I have a div with two unordered lists within it.

Using Firebug the height of each unordered list (as shown in the layout tab) is 35px and 38px respectively, yet the height of the parent div is 41px.

What would cause this?

Here is a stripped example of the code as it is on an internal development server I can’t link to it!:

<div class="actions">
    <ul class="first-ul"></ul>
    <ul class="second-ul"></ul>
</div>

    header.header .actions ul {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }
    header.header .actions ul.first-ul {
        float: left;
    }
  • 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-08T11:57:35+00:00Added an answer on June 8, 2026 at 11:57 am

    I’ve had similar problems – in my case the height was caused by whitespace characters between the ul and li elements, which was really hard to figure out, even with a DOM inspector. Changing from this

    <ul>
        <li></li>
        <li></li>
    </ul>
    

    to this:

    <ul><li></li><li></li></ul>
    

    fixed it for me. Not sure if this is the same issue, but worth trying.

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

Sidebar

Related Questions

I have a very simple layout, just two un-ordered list by using <ul><li> ,
I have two div -elements, the top one has the height of 40% and
I have these div blocks called columns where each column div contains separate two
I have a basic unordered list in HTML/CSS as follows... <div class=floatleft> <ul class=help>
I currently have a drop-line horizontal menu using an unordered list with the following
I have two DIV-elements, which are assigned an array called stack using data() .
I have two list. An unordered list and a set of divs which are
I have two div's and I want to show them next to each other.
I have two div's which I would like to be clickable. Each div has
I have an unordered list of items, I want to display each item as

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.