E-mail List Archives
RE: Field labels
From: Sandy Clark
Date: Mar 10, 2004 7:49AM
- Next message: Jon Gunderson: "RE: Field labels"
- Previous message: Tim Harshbarger: "RE: Field labels"
- Next message in Thread: Jon Gunderson: "RE: Field labels"
- Previous message in Thread: Tim Harshbarger: "RE: Field labels"
- View all messages in this Thread
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;
}
- Next message: Jon Gunderson: "RE: Field labels"
- Previous message: Tim Harshbarger: "RE: Field labels"
- Next message in Thread: Jon Gunderson: "RE: Field labels"
- Previous message in Thread: Tim Harshbarger: "RE: Field labels"
- View all messages in this Thread