Sanding UI

Jim hit a snag while working on a form. Placing labels next to inputs is trivial with flexbox, sure, but what happened in Jim’s case was a bit of dead-clicking between the labels and radio buttons.

The issue? Not the …


Sanding UI originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


This content originally appeared on CSS-Tricks and was authored by Geoff Graham

Jim hit a snag while working on a form. Placing labels next to inputs is trivial with flexbox, sure, but what happened in Jim’s case was a bit of dead-clicking between the labels and radio buttons.

The issue? Not the markup, that’s all semantic and cool. Turns out the gap he placed between the elements is non-interactive. Makes sense when you think about it, but frustrating nonetheless because it looks like a bug and feels like a bug even though there’s nothing wrong with the styles.

The solution’s easy enough: padding along the inside edge of the input extends its box dimensions, allowing the added space to remain interactive with visual spacing. Margin wouldn’t work since it’s akin to gap in that it pushes the element’s box instead of expanding it.

I’m linking up Jim’s article because it’s a perfect demonstration that CSS is capable of accomplishing the same thing in many ways. It’s easy to fall into the trap of “single-solution” thinking, but CSS doesn’t want anything to do with that. It’ll instead challenge you to adapt toward open-minded strategies, perhaps even defensive ones.


Sanding UI originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


This content originally appeared on CSS-Tricks and was authored by Geoff Graham


Print Share Comment Cite Upload Translate Updates
APA

Geoff Graham | Sciencx (2024-09-10T13:00:00+00:00) Sanding UI. Retrieved from https://www.scien.cx/2024/09/10/sanding-ui/

MLA
" » Sanding UI." Geoff Graham | Sciencx - Tuesday September 10, 2024, https://www.scien.cx/2024/09/10/sanding-ui/
HARVARD
Geoff Graham | Sciencx Tuesday September 10, 2024 » Sanding UI., viewed ,<https://www.scien.cx/2024/09/10/sanding-ui/>
VANCOUVER
Geoff Graham | Sciencx - » Sanding UI. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/10/sanding-ui/
CHICAGO
" » Sanding UI." Geoff Graham | Sciencx - Accessed . https://www.scien.cx/2024/09/10/sanding-ui/
IEEE
" » Sanding UI." Geoff Graham | Sciencx [Online]. Available: https://www.scien.cx/2024/09/10/sanding-ui/. [Accessed: ]
rf:citation
» Sanding UI | Geoff Graham | Sciencx | https://www.scien.cx/2024/09/10/sanding-ui/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.