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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:15:12+00:00 2026-06-06T01:15:12+00:00

I have a setup where i have a unordered list on a page with

  • 0

I have a setup where i have a unordered list on a page with x <li><a href="#">Link text</a></li>.

They are via CSS set to 50% width each, so that i have 2 items on each line.
My problem is that 2 links on one line, can vary in height as they have different link text.
My question is; how can i, via jQuery, set the same height for each (the a is styles with a border bottom, so it would look best if they alined) on the same line? But not all in the sections should have the same height, only on a “pr line” basis.

Hope it makes sence 🙂

  • 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-06T01:15:14+00:00Added an answer on June 6, 2026 at 1:15 am

    This is the fiddle: http://jsfiddle.net/aSJSm/1/

    And here is the code:

    <html> :

    <ul>
    <li><a href="javascript:void(0)">Item1 bla bla bla</a></li>
    <li><a href="javascript:void(0)">Item2</a></li>
    <li><a href="javascript:void(0)">Item3</a></li>
    <li><a href="javascript:void(0)">Item4 ala bala bala</a></li>
    <li><a href="javascript:void(0)">Item5</a></li>
    <li><a href="javascript:void(0)">Item6</a></li>
    <li><a href="javascript:void(0)">Item7</a></li>
    <li><a href="javascript:void(0)">Item8</a></li>
    </ul>​
    

    <css> :

    ul{
     width: 200px;   
     float:none;
    }
    ul li a{
     width: 50%;   
     float: left;   
     border-bottom: 1px solid black;    
    }​
    

    <javascript> :

    var setList = function(){
        var listItems = $('ul').children();
        $.each(listItems, function(index){
            if (index % 2 == 0){
                var leftElementHeight = $(this).children('a').height();
                var rightElementHeight = $(this).next().children('a').height();
                if (leftElementHeight < rightElementHeight)
                    $(this).children('a').css("height", rightElementHeight);
                else
                    $(this).next().children('a').css("height", leftElementHeight);
            }    
        });
    }
    setList();​
    

    Make sure you included in $(document).ready(function(){}) and you have latest jquery.

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

Sidebar

Related Questions

I have an unordered list set up for a hover/dropdown menu. I have the
I have an unordered list: <ul class=list_arrow2> <li> <span style=display: inline-block; width: 150px; font-weight:
I have setup Knockoutjs to dynamically create an editable list of values using the
I have setup git server via ssh (one git account and many different public/private
I have setup a simple Oracle external table test that I (alongside a DBA
I have setup jQuery validation on form, The validation currently tests that the telephone
I have setup a basic test app that displays a view containing a label,
I have setup a settings bundle and can successfully pull data from that. I
I have setup a cronjob to remove a file that is being generated by
I have setup memcached (unix socket) for my django application. However it seems that

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.