Re: Access key questions

Susan Lovejoy wrote:
>    1. I have set access key 2 for our skip nav link, but it does not
>       appear to be working on http://www.csu.org.  Anyone know why?

Matthew Smith replies:

On Mozilla under Linux, this does work to a point.  Using the accesskey ALT+2, 
the browser jumps to the URI http://www.csu.org/#skip   However, your styling 
for the 'skiplink' class has display:none - I wonder if this is throwing things out.

I feel that there is a lot of superfluous code around the actual anchor:
<span class="skiplink"><a name="skip">Skip</a></span>

All you need for the actual anchor is:
<a name="skip"></a>

Hope this helps.

Cheers

M

-- 
Matthew Smith
Kadina Business Consultancy
South Australia
http://www.kbc.net.au

Received on Thursday, 25 March 2004 20:00:56 UTC