[Accessibility_sig] PHP Accessibility - LINK!
sam foster
potatosculptor at gmail.com
Tue Sep 26 17:51:14 CDT 2006
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
More information about the Accessibility_sig
mailing list