[Accessibility_sig] PHP Accessibility - LINK!
Jean Shepherd
jean at jeanesweb.com
Tue Sep 26 23:08:34 CDT 2006
Merci beaucoup!
- Jean
At 03:51 PM 9/26/2006, you wrote:
>Oops. Didnt see this thread at first.
>Sure enough, .alt is the problem, it says:
>.alt {
> display:none;
>}
>.. the whole construct is an attempt to have the text be available,
>but hidden for more "capable" browsers. Unfortunately (or fortunately)
>Jaws knows enough css to correctly hide the text. Positioning
>offscreen might be better?
>
>.alt {
> position: absolute; left: -2000px;
>}
>
>Sam
>
>_______________________________________________
>Accessibility_sig mailing list
>Accessibility_sig at knowbility.org
>http://knowbility.org/mailman/listinfo/accessibility_sig_knowbility.org
More information about the Accessibility_sig
mailing list