What are the CSS selectors (for e.g., +) and how do we use them? Is there a list of all the selectors? Links to relevant sources will do.
What are the CSS selectors (for e.g., + ) and how do we use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
In the CSS specifiction (here CSS 2.1), section 5 Selectors.
Specifically, the
+is called adjacent sibling selector:You might also be interested in CSS 3 selectors.