- From: <dhtmlkit@dhtmlkitchen.com>
- Date: Fri, 03 Sep 2004 18:44:32 +0000
- To: www-style@w3.org
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