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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:09:07+00:00 2026-06-10T23:09:07+00:00

HTML is like this: <ul> <li> <a>Menu 1</a> </li> <li> <a>Menu 2</a> <ul> <li>Sub

  • 0

HTML is like this:

<ul>
    <li>
        <a>Menu 1</a>
    </li>
    <li>
        <a>Menu 2</a>
        <ul>
            <li>Sub menu 2</li>
        </ul>
    </li>
    <li>
        <a>Menu 1</a>
    </li>
</ul>

How can I select an <a> tag that has a sibling <ul> tag after it, with pure CSS?

(Which, in the example above, will be <a>Menu 2</a>.)

  • 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-10T23:09:09+00:00Added an answer on June 10, 2026 at 11:09 pm

    Unfortunately, I don’t think you can.

    • CSS 2 includes the adjacent sibling selector (+), which allows you to select an element that immediately follows another element.

      E.g. a + ul would select your <ul> containing the text “Sub menu 2”

    • CSS 3 includes the general sibling selector (~), which allows you to select an element that follows another element, even if there are elements in between them.

      E.g. a + ul would select your <ul> containing the text “Sub menu 2” even if there was a <span> between the <a> and the <ul>

    But neither has a selector that lets you select an element which has specific elements following it.

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

Sidebar

Related Questions

I have a menu that contains submenus. Its HTML source looks like this: <ul
I'm building a css-menu like this jsfiddle: http://jsfiddle.net/YXT7j/48/ HTML: <ul id=nav> <li><a>item 1</a> <ul
I'm trying to build a vertical pop-out menu with pure css. Like this one:
The main structure of the page is like this: <html> <body> <div id=Menu> <h1>Menu</h1>
If I have some HTML like this: <a onmouseover='SetTopLeft(this);'href='#'>Click me!</a> Can I get both
I have a html like this: The idea is that divs are floated left
I have a html like this: <html> <head> <link rel=stylesheet type=text/css media=all href=style.css> </head>
This is not a CSS problem. The HTML isn't there. I need the menu,
I used this menu as a template for my own : http://ago.tanfa.co.uk/css/examples/menu/hs7.html I used
I have a nested ul menu structure that starts off like this: <div id=left>

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.