this post was submitted on 11 Aug 2023
412 points (96.6% liked)

Programmer Humor

32042 readers
1375 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
all 18 comments
sorted by: hot top controversial new old
[–] odium@programming.dev 66 points 1 year ago (4 children)

z-index: 999999 !important;

[–] maeries@feddit.de 39 points 1 year ago

!didistutter?;

[–] sbv@sh.itjust.works 27 points 1 year ago (1 children)
[–] Xylight@lemmy.xylight.dev 32 points 1 year ago (1 children)

fun fact: !important !important is essentially !importanter, and you can go even further if you want a hell of a css hierarchy

[–] whatisallthis@lemm.ee 12 points 1 year ago (3 children)

You can also just write your class again as some sort of additional specificity like

.myclass.myclass.myclass { color:red !important !important; }

[–] FUsername@feddit.de 5 points 1 year ago (1 children)

The fact that this and the prior comments work don't make like CSS more tbh

[–] MellowSnow@lemmy.world 2 points 1 year ago

Like most things in the world of dev, there are right and wrong ways to do things. Just because you can doesn't mean you should! CSS can be quite nice when used correctly!

[–] havocpants@lemm.ee 1 points 1 year ago

this and the parent comment have blown my mind.

[–] AlecSadler@lemmy.ml 15 points 1 year ago (1 children)

I actually encountered an issue earlier today where my important wasn't working...and it was because another dev had already added a more specific important.

I deleted their important.

I support this. Assert dominance.

[–] GombeenSysadmin@feddit.uk 2 points 1 year ago (2 children)

When I read that, I can never not say “not important” in my head

[–] hellishharlot@programming.dev 2 points 1 year ago

Yeah I think that makes CSS a manager. It's always prioritizing not important things

[–] cs127@lemmy.sdf.org 43 points 1 year ago* (last edited 1 year ago)

the z index is so high that the div escaped your monitor and is behind your head now

[–] _hovi_@lemmy.world 8 points 1 year ago

Always forget the position: relative

[–] TheYear2525@lemmy.world 4 points 1 year ago

Stacking contexts