Re: [WSG] accessibility: images as navigation

2007-01-24 Thread Tim
If you put the link text inside the CSS background image I think that solves the problem? Have a look at this page and enlarge the text. It works well for two enlargements up to 150%. http://www.hereticpress.com/index.html On 24/01/2007, at 6:21 PM, cara williams wrote: If the title

Re: [WSG] accessibility: images as navigation

2007-01-24 Thread David Dorward
On Wed, Jan 24, 2007 at 04:41:20PM +1000, cara williams wrote: * a text only browser will usually read both title and alt attributes (please correct me if I'm wrong on this!) I don't think I've ever seen a title attribute exposed by a text browser. -- David Dorward

Re: [WSG] accessibility: images as navigation

2007-01-24 Thread Joseph R. B. Taylor
A simple approach to this dilemma (really simple in fact) a href=my_link title=my_link_descriptionimg src=my_image alt=my_link_description //a If images are 'on' its works as you'd expect. If not, the alt text is shown as a link. Hurray! -- Joseph R. B. Taylor *Sites by Joe, LLC*

Re: [WSG] accessibility: images as navigation

2007-01-24 Thread Thierry Koblentz
Joseph R. B. Taylor wrote: A simple approach to this dilemma (really simple in fact) a href=my_link title=my_link_descriptionimg src=my_image alt=my_link_description //a This is a JS approach that keeps the markup *clean* (no IMG elements, pure text).

Re: [WSG] accessibility: images as navigation

2007-01-24 Thread Joseph R. B. Taylor
There's also the empty span/span after the text in the link approach. You can use CSS to make the span show your image over the text real easy. Do a google search on the technique and you'll find plenty of examples. I don't remember who came up with it originally, but besides the extra

Re: [WSG] accessibility: images as navigation

2007-01-24 Thread Thierry Koblentz
Joseph R. B. Taylor wrote: There's also the empty span/span after the text in the link approach. You can use CSS to make the span show your image over the text real easy. Do a google search on the technique and you'll find plenty of examples. I don't remember who came up with it originally,

Re: [WSG] accessibility: images as navigation

2007-01-23 Thread cara williams
If the title attribute is ignored by screen readers, still, it would read the alt attribute of the image which would include a meaningful description of where the link is taking them to. Is this an annoying hurdle for screen reader users - having an alt attribute to go by rather than a plain text