Hi all,
I know it's a good idea to have skipping links at the top of your HTML
('main content' section, 'main navigation' section), but does it help to
have a heading to those sections as well?
So for example:
<a href="#mainNav">First level navigation</a>
<div id="mainNav">
<h2>First level navigation</h2>
<ul>
...
</ul>
</div>
CSS:
#mainNav h2 { position:absolute; left:-9999em; top:-9999em }
I didn't use display:none because screen readers would ignore it, hence I'm
using absolute positioning. Is this a good idea, or would it add more noise?
Thanks
Ben
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************