View Single Post
Old 10-03-2004, 05:01 AM   #4 (permalink)
Johan007
Senior Member
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,785
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by awall19
IMHO with what I currently know there is no real reason to use invisible text...just about anything you can do with it you can do without it...and avoid the associated risk.
Actually invisible text and I am NOT talking about white on white but actually invisible is used for screen readers contained inside a css class “display: none” combined with Anchor links (not "anchor text"). I use it and everyone should learn to use it eg:

Code:
body { voice-family: male } acronym { speak: spell-out } abbr { speak: spell-out } a.skip { display: none }
Please read http://www.v7n.com/forums/web-usability/1237-all-you-need-accessibility.html


Sure you can cheat Google because it does not read CSS files but you would be one desperate lame ass to do so.

Last edited by Johan007; 10-03-2004 at 05:07 AM..
Johan007 is offline   Reply With Quote