Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 11:38 PM
Paolo Bonzini
Guest
 
Posts: n/a
Default Hiding text *from* screen-readers

I have a page (http://www.polimi.it) with a news ticker on it. I want
to have all the ticker's news read by a screen reader, which is easy
enough using the off-left trick, but also to have to ticker's tag
(#esterno) ignored by the screen reader *and* shown by the browser.

Which screen readers will properly honor

<style media="screen">
#esterno { position: absolute; }
</style>
<style media="aural">
#esterno { display: none; }
</style>

and not botch when the HTML changes under the hood? And which
browsers will simply hide the ticker because they use the aural style
sheet as well?

I need to support IE5, IE6, and recent Geckos. As for the screen
readers, JAWS is strictly necessary, but others would be good.

Thanks,

Paolo
  #2  
Old July 20th, 2005, 11:39 PM
Paolo Bonzini
Guest
 
Posts: n/a
Default Re: Hiding text *from* screen-readers

bonzini@gnu.org (Paolo Bonzini) wrote in message news:<58b5a08f.0405191045.1d75171e@posting.google. com>...[color=blue]
> I have a page (http://www.polimi.it) with a news ticker on it. I want
> to have all the ticker's news read by a screen reader, which is easy
> enough using the off-left trick, but also to have to ticker's tag
> (#esterno) ignored by the screen reader *and* shown by the browser.[/color]

Just FYI, since all the news items are to be included in the HTML for
screen readers, instead of hiding the items using the off-left trick,
I modified the ticker script so that it only modifies the positioning
of the items. Effectively, I use the off-left trick to hide all the
news items but the ones that are currently scrolling.

Paolo
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles