WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: visual focus for anchor tags

for

From: Dawn Budge
Date: Feb 16, 2011 3:21AM


Hi,
as an aside to your original question, do you know you can also use IDs on
any element as well as name attributes on anchors? Works on modern
browsers inc. IE6. You have to go way back to find one that doesn't
(Netscape 4 I think?)
e.g.<a href="#content>Skip to content</a>logos, navigation, etc.
<div id="content">main content</div>
Hope that helps.Dawn

----------------------------------------
From: "Hoffman, Allen" < <EMAIL REMOVED> >
Sent: 15 February 2011 19:41
To: "WebAIM Discussion List" < <EMAIL REMOVED> >
Subject: Re: [WebAIM] visual focus for anchor tags

Code:

Skip function:

src="images/spacer.gif" alt="Skip Navigation" border="0" height="10"
width="10" />

Anchor: