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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:36:43+00:00 2026-06-17T20:36:43+00:00

So I have a basic navigation list bar. However some of the items have

  • 0

So I have a basic navigation list bar. However some of the items have two lines of text.

I’d like to vertical-align:middle the text, while still being able to hover and click in the list block.

HTML:

<div class="nav">
<ul>
    <li><a href="/">Home</a></li>
    <li><a href="/">Some Text</a></li> 
    <li><a href="/">Double<br>Line</a></li> 
    <li><a href="/">Something</a></li>  
</ul>
</div>

CSS:

.nav li {
    float: left;
}

.nav a {
    background: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    border-right: 2px solid #fff;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.nav a:hover {
    background: yellow;
    color: #000;
}

This probably explains it best: http://jsfiddle.net/ZmpXM/

Cheers

  • 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-17T20:36:44+00:00Added an answer on June 17, 2026 at 8:36 pm

    It’s not dynamic, but you can achieve that by adding

    height: 34px;
    display: table-cell;
    vertical-align: middle;
    

    to your .nav a style

    http://jsfiddle.net/ZmpXM/1/

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

Sidebar

Related Questions

I'm having some trouble with basic navigation between views. I have a tabBarController with
I have some basic user navigation that only needs to be displayed if a
Apologies, this is pretty basic. I have abstracted my static html navigation bar to
I am trying to create a basic navigation bar using an unordered list, but
I'm trying to create a basic navigation and I'd like to have a horizontal
I have some HTML markup in my ASP.NET master page representing a basic navigation
I have some basic jquery code sitting in the header of the header file
I have a basic.xsd and two other A.xsd and B.xsd . A.xsd and B.xsd
I have an ASP.NET website, on the masterpage I have a basic navigation menu:
This is a basic question about navigation controller, however, I don't seem to get

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.