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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:30:05+00:00 2026-05-29T06:30:05+00:00

I build a simple list and added to it css. Now the vertical menu

  • 0

I build a simple list and added to it css. Now the vertical menu works.. the problem is in the section of the css. The list items area is bigger than the links themselves. That means that if the user clicks on the area, nothing happens cause the links area doesnt cover all the lists items area.

#sidebar1 li {
  list-style: none;
  position: relative;
  width: 120px;
  height: 30px;
  padding: 0 20px;
  background-color: black;
  line-height: 30px;
  cursor: pointer;
}

#sidebar1 li a {
  text-decoration: none;
  color: white;    
}

What I thought to do was to match the links padding or width to that of the lists width. So wherever the users clicks on the menu’s item a link will be clicked. Thats problem is that i tried it and it didnt work

  • 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-29T06:30:05+00:00Added an answer on May 29, 2026 at 6:30 am

    Just use display: block to make the a element fill the available horizontal width of the parent element:

    #sidebar1 li a{
        text-decoration:none;
        color: white;
        display: block;
        height: 100%;
    }
    

    The height: 100% forces the a to inherit the full height of the parent element. Remove padding from the parent li, otherwise you’ll enforce a space between the edges of the a and the li.

    Further, in your li I’ve not only removed the padding (which simply causes problems as noted above), but also the cursor: pointer, as if the user hovers over the link the cursor will change automatically, if they’re not over the link then the cursor’s type, that of pointer, is merely confusing when clicking produces no effect:

    #sidebar1 li {
        list-style: none;
        position: relative;
        width:120px;
        height: 30px;
        background-color: black;
        line-height: 30px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I set out this morning the task seemed simple: build a list of
So I'm trying to build a simple forum. It'll be a list of topics
Very simple problem...but weird results. Im just trying to fill a drop down list
I am trying to build a simple drop down list for my MVC application.
the problem is probably simple, the post is longer than I wished, but I've
I need to build simple site one big page like 37signals product's pages, and
i want to do test and build simple debugger GUI in c++ that debugging
I'm working on something of a wizard-type application to allow users to build simple
I need to build a simple, single user database application for Windows. Main requirements
I need to build a simple HTTP server in C. Any guidance? Links? Samples?

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.