Stephani Roberts Lincoln wrote: > is there a safe way to > hide something visually in CSS but have it visible to a screen reader? Position it off screen. Where id="skipLink", you can use this CSS: #skipLink { position: absolute; left: -999px; top: 0; width: 10px; } Of course, Mr. Clark would disagree with this method, saying skip links should be visible to sighted keyboard users, too. This will also raise awareness for accessibility concerns... Did I capture your intention correctly, Joe? Good luck Stephani, James -- http://cookiecrook.com/Received on Tuesday, 18 May 2004 14:01:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 18:14:32 GMT