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

  • Home
  • SEARCH
  • 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 6378901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:04:05+00:00 2026-05-25T02:04:05+00:00

While studying how to build a nested table from list elements in CSS, I

  • 0

While studying how to build a nested table from list elements in CSS, I stumbled across this page: http://css.maxdesign.com.au/listamatic2/horizontal01.htm.

I noticed that the stylesheet uses a few symbols I’m not familiar with in CSS, namely the > and * symbols as what seem to be some kind of CSS operators.

For example:

ul#navlist li * a:link, ul#navlist li * a:visited

I was able to Google and find out that > simply indicates a parent/child relationship between two elements, but I still have no idea what * does. I’m also curious to know whether or not there are other “operators” like these, and if so, could somebody direct me to a reference of all of them?

  • 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-25T02:04:06+00:00Added an answer on May 25, 2026 at 2:04 am

    * is the universal selector. It selects any element.

    However, it’s a simple selector, and as such it doesn’t belong in the same family as what are called combinators (which indicate relationships between two elements). > is the child combinator, which as you say defines a parent-child relationship between two elements.

    The spaces between ul#navlist and li, li and *, etc are all descendant combinators. Unlike >, the space doesn’t indicate a parent-child relationship; it just asks for an element that’s contained somewhere within, whether it’s a child, grandchild, great-grandchild, etc, but not a sibling.

    The difference between these two selectors (from your link):

    ul#navlist li > a:link, ul#navlist li > a:visited
    ul#navlist li * a:link, ul#navlist li * a:visited
    

    Is that the first one with > asks for a:link and a:visited elements
    that sit directly within ul#navlist li elements,

    while the second one with * asks for a:link and a:visited elements
    that sit within any element that’s within ul#navlist li.
    In other words, a:link, a:visited that’s not directly within ul#navlist li.

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

Sidebar

Related Questions

While studying for the SCJP 6 exam, I ran into this question in a
While trying problem 41 from the Euler Project, I ran across what seems to
While studying a software methodologies, I often see disclaimers along the lines of This
i came upon this code while studying settimeout. the settimeout executes an alert 5
I've been studying OOP for quite a while now and I have a good
While going through university and from following the development of SO, I've heard a
While working in a Java app, I recently needed to assemble a comma-delimited list
While studying C++ (and C) I had some particular doubts regarding the working of
While studying for the 70-433 exam I noticed you can create a covering index
While studying different programming languages, I recently hit upon Icon programming language . It

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.