Revealing Accesskey Info with CSS

by Stuart Robertson on May 28th, 2003 | designmeme, web design

The accesskey attribute is a useful feature that allows users to navigate websites via the keyboard instead of a mouse. Unfortunately not knowing what accesskeys are associated with each link makes them of limited value. Revealing Accesskey Info is a new article demonstrating how to use the :before and :after pseudo-elements to selectively display the accesskey assignments to modern web browsers.

Leave a Comment