Re: :accesskey

Lachlan Hunt wrote:
> 
> dhtmlkit@dhtmlkitchen.com wrote:
>> a.tab:accesskey {
>>     text-decoration: underline;
>> }
> 
> How do you identify which letter is the access key? ...
> ...  there could be a css property that indicates it. eg.
> 
> a, area, etc { accesskey: attr(accesskey); }
> :accesskey { text-decoration: underline; }

Oops, that should actually be a pseudo-element, rather than a class.  So 
it should have been:

::accesskey { text-decoration: underline; }

-- 
Lachlan Hunt

http://www.lachy.id.au/
lachlan.hunt@lachy.id.au

Received on Saturday, 4 September 2004 01:16:39 UTC