: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:25:13 UTC