Leah Maclean wrote:
> I'm in the situation of wanting to stay true CSS and accessibility standards
> by separating content and structure but am in a situation where I have an
> anchor (a:link) but want to replace the standard text based link with an
> image for those browsers/ that will see the image. [...]
>   
    If you want to achieve accessibility, don't replace the text. The 
short reason is that by doing so you will affect (at least) one group of 
users, the more vulnerable being those that have images disabled (for 
whatever reason).

    Now, if you can afford to bother them a little (like everyone else 
does, hence not being so little), then use the text-indent method; since 
display:none and even visibility:hidden cause troubles for 
screen-readers. Look for Joe Clark's opinion on FIR in 'a list apart'.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to