gd4
04-26-2006, 06:04 AM
I have just started looking into the whole accessibility thing and so far so good apart from access keys. I just can't figure out what code I am suppose to put and where. I have searched and read through threads on here and on other sites and I am obviously having a slow few days as I can't seem to get it sorted. Here is what I have just tried to add in the body of my html page (I changed the 'one.htm' to a page wihtin the root folder of my site...but nothing happened....what am I doing wrong??? :o
<a href="one.htm" tabindex="1" accesskey="q">One</a><br/>
<a href="two.htm" tabindex="w" accesskey="b">Two</a><br/>
I want to use these standard access keys for my site...what would be the code??
(Please bear in mind that I am not too good with code etc..all quite new to me...)
UK Government accesskeys standard:
S - Skip navigation
1 - Home page
2 - What's new
3 - Site map
4 - Search
5 - Frequently Asked Questions (FAQ)
6 - Help
7 - Complaints procedure
8 - Terms and conditions
9 - Feedback form
0 - Access key details
THANK YOU anyone who can help :)
<a href="one.htm" tabindex="1" accesskey="q">One</a><br/>
<a href="two.htm" tabindex="w" accesskey="b">Two</a><br/>
I want to use these standard access keys for my site...what would be the code??
(Please bear in mind that I am not too good with code etc..all quite new to me...)
UK Government accesskeys standard:
S - Skip navigation
1 - Home page
2 - What's new
3 - Site map
4 - Search
5 - Frequently Asked Questions (FAQ)
6 - Help
7 - Complaints procedure
8 - Terms and conditions
9 - Feedback form
0 - Access key details
THANK YOU anyone who can help :)