Navigation underline animation
I recently had a design with three tabs and an underline that indicated which was active. I've seen an animation where the line moves between the tabs, but hadn't used it before. So I decided to try i
Search for a command to run...
Articles tagged with #css
I recently had a design with three tabs and an underline that indicated which was active. I've seen an animation where the line moves between the tabs, but hadn't used it before. So I decided to try i
I recently had cause to transition display: none. It’s not yet working in all browsers, but when I tried it I found the effect was so subtle that no one would notice the difference. In this example I had to change the transition time to 1 second in o...
I recently had some complicated CSS to get my head around. I have a list of links which I want to style when they’re being hovered/focus on. But, if none of them are being hovered or focused, then I want to style the first one in the list. The HTML <...
I know there are a lot more media queries out there than the ones I usually use, but this week I used one I’d never come across before. The scripting media query checks whether JavaScript is enabled. It has three keywords, although only two of them a...
I recently got given a design that included a toggle. But I know they are not the most accessible of components, so I had to do some research on the best ways to create them. I started at https://www.w3.org/WAI/ARIA/apg/patterns/switch/. This site is...
This is inspired by me walking into a room to find my parents and nephew trying to do an A to Z of cars. This is inspired by me walking into a room to find my parents and nephew trying to do an A to Z of cars. A accessibility What a lot of people for...