/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] Why does an earlier CSS style "dominate" a style later on?

In my CSS file, I have this:

[CODE]#sidebar a{color:#105CB6;}

tbody.datepickerDays td.datepickerSelected a{color:#fff;}[/CODE]

How come the link is #105CB6, and not #fff? There’s no !important.
In Google Chrome’s developer tools, “tbody.datepickerDays td.datepickerSelected a{color:#fff;}” shows up, but it’s crossed out. Why is it?

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@Jeff_MottDec 18.2010 — Seems like a specificity issue.

See http://www.w3.org/TR/CSS21/cascade.html#specificity
Copy linkTweet thisAlerts:
@narutodude000authorDec 18.2010 — Thanks, so #foo{} "cascades" .foo{}. I added an additional variable in front of my selector and solved it.
×

Success!

Help @narutodude000 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...