- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Sat, 04 Sep 2004 11:16:02 +1000
- To: www-style <www-style@w3.org>
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