WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Speaking of "Skip to" links

for

From: julian.rickards@ndm.gov.on.ca
Date: Dec 15, 2004 6:45AM


Jukka wrote:

"When styling links, one should normally use selectors like :link and
:visited, not the element name A alone."

A small point perhaps but to save filespace of the CSS stylesheet, I combine
common style declarations of links ( tags) using the a selector and then
where :link, :visited, :active, and/or :hover differ, I declare those
differences separately.

Jules