Re: :accesskey

dhtmlkit@dhtmlkitchen.com wrote:

>
>
>I just thought this would be a useful idea.
>
>Instead of:
>
><a href="#content3" accesskey="d" tabindex="3"
>			  id="tab3" class="tab"><u>D</u>ownload</a>
>
>Use:
>
>a.tab:accesskey {
>    text-decoration: underline;
>}
>
>
><a href="#content3" accesskey="d" tabindex="3"
>			  id="tab3" class="tab">Download</a>
>
>  
>

Nice thought.
What would happen if the accesskey is not a letter from the label (which 
is quite common)?

Received on Friday, 3 September 2004 23:23:48 UTC