I've tried implementing 'honest' tricks of obscured and 
shrinked-to-invisibility text (like yours) for such things, and as far 
as I've found they're completely unreliable. Most devices have a minimum 
text size option, and on many this is turned on by default - for 
example, Opera and Safari will keep the text visible and legible, and IE 
doesn't understand 0 for this property, and will ignore it (the smallest 
you can get text in IE is 1px, which looks absolutely bizarre).

For all such instances I would now recommend the generic screen 
reader-friendly option of wrapping the text in question in a span, and 
making that span {position:absolute;left:-90000px;}.

By separating the text into the span, you no longer need to apply 
anything to the images.


Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to