this post was submitted on 11 Aug 2023
526 points (97.0% liked)
Programmer Humor
32380 readers
768 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't get it :(
Z-index is how you set the layering of your web page. If I have elements with Z-index of -1000, 0, and 99999 they will overlay each other in that order with 99999 being on top.
The joke is that he put his div on the highest layer and still doesn't see it.
It is now behind him
Got it ;)