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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:17:00+00:00 2026-06-05T18:17:00+00:00

Having trouble understanding. With the following css : .bloc .field:nth-last-child(2){ …some values… } and

  • 0

Having trouble understanding.

With the following css :

.bloc .field:nth-last-child(2){ ...some values... }

and the following html (well, haml) :

.bloc
    .field
    .field
    .field
    .field
    .clearfix

The .clearfix div gets counted in the selector, from this I can’t get the good .field’s div to be specifically styled.

It seems a bug to me, but I might be wrong. The same kind of problem applies for nth-child.

  • 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-05T18:17:01+00:00Added an answer on June 5, 2026 at 6:17 pm

    The big misunderstanding here is how filtering using :nth-child() works.

    .bloc .field:nth-last-child(2) means:
    “select all second-to-last elements that have the .field class that are inside a .bloc“.

    It does not mean:
    “select all second-to-last .field elements that are inside a .bloc“.

    With this understanding, you could just change your selector to .bloc :nth-last-child(3).

    However, the second paragraph of bažmegakapa’s answer makes a lot of sense. You should just remove the .clearfix element and use a different float containment technique. The “micro clearfix” is a good choice. Another option is to add overflow: hidden to .bloc.

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

Sidebar

Related Questions

I am having trouble understanding the following article: http://www.ibm.com/developerworks/java/library/j-jtp01255.html Under, Generics are not covariant
I'm having some trouble understanding why the following doesn't result in a compiler error
I'm having some trouble understanding the following result. I want to know if the
I'm having some trouble understanding the following block of code: void InsertSorted(Entry * &
I am having some trouble understanding the following simple C code: int main(int argc,
I'm having trouble understanding the following syntax: public class SortedList< T extends Comparable< ?
I'm having trouble understanding the result of the following statements: >>> from array import
Trying the following tutorial http://www.androidsdkforum.com/android-sdk-development/3-oauth-twitter.html i am having trouble understanding callback URL my twitter
Im having trouble understanding why the following code displays The First Key = (null)
I'm having trouble understanding how to get the following working in interface builder. I've

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.