|
Posted by Adrienne on June 28, 2005, 10:04 pm
Please log in for more thread options
Gazing into my crystal ball I observed "William Tasso"
show/hide quoted text
> Greetings One and All
>
> been pondering skip-to .....
>
> Which is preferable .......
>
>
> or
>
><a class="noviz" href="#content"><img src="my-very-small-image.jpg"
> alt="skip to content"></a>
>
> or
>
> something else
>
> or
>
> none of the above (because they're not necessary).
>
show/hide quoted text
<style type="text/css">
.skipnav {
position:absolute;left:-1000px;
}
show/hide quoted text
</style>
show/hide quoted text
<a href="#content">Skip Navigation</a>
.....
show/hide quoted text
<div id="content">
</div>
For small screen devices, the link shows, and for screen readers, the link
shows. For others, it does not show.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info Please respond to the group so others can share
|