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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:08:14+00:00 2026-06-10T07:08:14+00:00

I am using CSS2.1 counters to apply numbers to men on the board in

  • 0

I am using CSS2.1 counters to apply numbers to men on the board in the implementation of a board game whose board diagrams use HTML and CSS, by doing something like:

.ply  {counter-increment:main;}
.move:before {content:counter(main);}

With HTML structured as

<ply>
  <move...>
  <ply>
    <move...>
  </ply>
</ply>

All this works fine, but I would like to conditionally style the counter value differently if it’s two digits in length (squeeze the two digits together with a negative letter-spacing, for example). Any ideas about how to do this or workarounds?

  • 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-10T07:08:16+00:00Added an answer on June 10, 2026 at 7:08 am

    It turns out that we can retrieve the value of the counter in question with getComputedStyle, using the second argument which specifies the pseudo-element for which the counter was specified as the content:

    value = window.getComputedStyle(elt, ':before').content;
    

    Then we can apply a style such as

    if (value>=100) { elt.style.letterSpacing = "-2px"; }
    

    Which is what we want, although it requires traversing all the potentially affected elements with JS whenever they might have changed.

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

Sidebar

Related Questions

Should we think about CSS media other than screen and print? http://www.w3.org/TR/CSS2/media.html#media-types all Suitable
Help! I'm struggling to make a crazy table using HTML 4.01 Transitional and CSS
I am completely lost. The website I check for CSS-defaults is always http://www.w3.org/TR/CSS2/sample.html (I
I'm using some CSS properties that does not support in CSS 2.1. For example,
Using a CSS image sprite, I'm creating an 'interactive' image where hovering over certain
When I run my CSS through the W3C's validator, any time I use the
I am using the W3C CSS Validator and it says that I have an
I'm using a CSS file from the Google API: <link href=http://fonts.googleapis.com/css?family=Ruthie rel=stylesheet type=text/css />
I have an HTML 4.01/CSS 2.1 document that includes an H3 heading followed by
How does the CSS Block Formatting Context work? CSS2.1 specifications says that in a

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.