Posted by Toby Inkster on 07/24/06 19:48
cephelo wrote:
> My navigation is a set of nested lists. It reads very well in a screen
> reader. It is absolutely positioned and I am wondering where I should
> put it. I can either put it at the top or the bottom, it still renders
> fine in all browsers.
By "put it", do you mean where it should lie in the HTML code -- that is
where it should be rendered by a non-CSS user-agent? Or do you mean where
you should physically position it on your CSS layout?
If the former, then put it towards the end, but you might want to add some
sort of:
<a href="#nav"><img src="1x1.png" alt="Skip to navigation"></a>
near the top of your content. (Though hopefully most people *won't* want
to skip straight to your navigation without reading the content!)
If the latter, try to make it "above the fold" when rendered on most
sensible screen resolutions.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|