Page is a not externally linkable
- WebmasterWorld
-- Accessibility and Usability
---- Accessibility basics: tips and tricks to build an accessible website


appi2 - 5:01 pm on Dec 7, 2006 (gmt 0)


Talking of Tabbing through things
Lists of links can be a pain in text browsers
Use Named anchors to skip over them.

<a href="#skipmenu">Skip Navigation</a>
<ul>
<li><a href="http :www.example.com"></a></li>
...
<li><a href="http :www.example2.com"></a></li>
</ul>
<a name="skipmenu"></a>


Thread source:: http://www.webmasterworld.com/accessibility_usability/3181410.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com