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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:41:24+00:00 2026-05-25T12:41:24+00:00

is it possible to have purely css (not javascript) this: <ul> <li>a</li> <li>b</li> </ul>

  • 0

is it possible to have purely css (not javascript) this:

<ul>
  <li>a</li>
  <li>b</li>
</ul>

<div id="x" style="display:none;">c</div>

Display the <div> when I hover a <li>?

  • 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-25T12:41:25+00:00Added an answer on May 25, 2026 at 12:41 pm

    The li elements are in that ul, so #x is no longer reachable from li:hover. So if you must have the hover effect only on the li elements, you’ll need JavaScript.

    If not, you could do this instead:

    /* Or ul:hover ~ #x if there are any other elements between them */
    ul:hover + #x {
        display: block;
    }
    

    But the cursor can be anywhere on the ul itself for #x to show up, rather than being directly on any li, which isn’t quite what you want unless your lis take up the entire ul area.

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

Sidebar

Related Questions

Is it possible to have a <div> simultaneously (1) not take up all available
I have an asp.net application which is purely build using C#, CSS, Javascript. Now
Is it possible to have XML-embedded JavaScript executed to assist in client-side (browser-based) XSL
Is it possible to have multiple view of the same display object? (e.g. same-computer
Possible Duplicate: Datatemplate inheritance I have several data types that are not subclasses, nor
So this is purely a question of curiosity... Say I have a set of
Is this possible? I am using javascript, AJAX and JSON to pull data from
This is purely an experiment, but I'm wondering if it's possible to get a
I have a template: {{#people}} <div style=background-color: **gray/white**;><span>{{name}}</span>: <span>{{title}}</span></div> {{/people}} Is there a way
This is purely a theoretical question as I'm not sure the conditions to cause

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.