RE: :accesskey

Nice idea!

	David


> -----Original Message-----
> From: www-style-request@w3.org [mailto:www-style-request@w3.org] On Behalf
> Of dhtmlkit@dhtmlkitchen.com
> Sent: Friday, September 03, 2004 7:45 PM
> To: www-style@w3.org
> Subject: :accesskey
> 
> 
> 
> 
> 
> 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>
> 
> 
> 
> 
> 
> www: http://dhtmlkitchen.com/
> 
> 
> 

Received on Friday, 3 September 2004 22:31:02 UTC