Solved With CSS! Dropdown Menus
A common UI pattern that we see on the web are dropdown menus. They’re used to display related information in pieces, without overwhelming the user with buttons, text, and options. Somewhere that we see these a lot is inside of headers or navigation areas on websites.
Let’s see if we can make one of these menus with CSS alone.
The post Solved With CSS! Dropdown Menus appeared first on CSS-Tricks.
Doc Pop’s News Drop: How To Make Your WordPress Site GDPR Compliant
The post Doc Pop’s News Drop: How To Make Your WordPress Site GDPR Compliant appeared first on Torque.
Animating Progress
Jonathan Snook on the complexity of animating the <progress> element. If you’re unfamiliar, that’s the element that spits out a bar chart-like visual that indicates a position between two values:
This example has custom styles, but you get the point.
Jonathan’s post shows off a method for animating a change in progress value using CSS and a touch of JavaScript while making sure that it animates properly in every modern browser. The demo he made looks pretty neat. I’m sure …
The post Animating Progress appeared first on CSS-Tricks.
A Simple Guide to WordPress Starter Themes
The post A Simple Guide to WordPress Starter Themes appeared first on Torque.
Finger-friendly numerical inputs with `inputmode`
Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values should have a numerical UI. Bringing up a number keyboard on small screens is easy on most platforms — just use a <input type="number">.
This big button numeric keyboard is finger-friendly and will help prevent users bouncing from your form in frustration. However, type="number" isn’t appropriate for all numbers.
On …
The post Finger-friendly numerical inputs with `inputmode` appeared first on CSS-Tricks.
10 Tips for Using Text Effects That Don’t Suck
Practical Jokes in the Browser
I know April Fool’s Day is at the beginning of this month, but hey, now you’ve got a year to prepare. Not to mention a gool ol’ practical joke can be done anytime.
Fair warning on this stuff… you gotta be tasteful. Putting someone’s stapler in the jello is pretty hilarious unless it’s somehow a family heirloom, or it’s someone who’s been the target of a little too much office prankery to the point it isn’t funny anymore. Do good. …
The post Practical Jokes in the Browser appeared first on CSS-Tricks.
A Gutenberg Migration Guide for Developers
Are WordPress Developers Really Cheaper to Hire?
The post Are WordPress Developers Really Cheaper to Hire? appeared first on Torque.




