WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Field labels

for

From: Sandy Clark
Date: Mar 10, 2004 7:49AM


A better way is to use the following so that Jaws, and other screen readers
which apply stylesheets will actually read.

.hidden{
height: 0; /* show any descriptive text in a link only in speech
browsers, hide in all visual browsers. */
overflow: hidden;
position: absolute; /* for the benefit of IE5 Mac */
width: 0;
}