Monthly Archives: February 2013

Daily Inspiration #1370

This post is part of our daily series of posts showing the most inspiring images selected by some of the Abduzeedo’s writers and users. If you want to participate and share your graphic design inspiration, You can submit your images … Continue reading

Posted in Blog | Comments Off on Daily Inspiration #1370

Making elements keyboard focusable and clickable

When you want to make an element on a web page clickable in order to trigger a JavaScript function, the best option is to use an element that has native support for keyboard interaction. In most cases a button (either … Continue reading

Posted in Blog | Comments Off on Making elements keyboard focusable and clickable