WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: labeling search box

for

From: Hoffman, David
Date: Jul 10, 2003 9:00AM


Add a screen label and place it in label tags as shown below. Add an ID
attribute to the input box, to match the label, also as shown below.

Good luck!
David

David Hoffman
IT Accessibility Specialist
MILVETS Systems Technology, Inc.

<label for="MySearch">Search The Site</label>
<input type="text" size="15" name="qt" value="SEARCH" onfocus="if
(this.value && this.value == 'SEARCH') this.value = ''; else
this.select();" class="searchInput" ID="MySearch">