E-mail List Archives
Re: Adding a label to search box
From: Kynn Bartlett
Date: Apr 13, 2006 9:00AM
- Next message: Jim Thatcher: "RE: Adding a label to search box"
- Previous message: Jukka K. Korpela: "Re: Question about guideline 31 for Accessible and UsableWeb Sites"
- Next message in Thread: Jim Thatcher: "RE: Adding a label to search box"
- Previous message in Thread: Christian Heilmann: "Re: Adding a label to search box"
- View all messages in this Thread
On 4/13/06, Christian Heilmann < <EMAIL REMOVED> > wrote:
> Ah, well, it still is no replacement for a label though. As a user
> with perfect eye-sight I wouldn't want to wait for a tooltip to pop up
> to tell me what I am to enter at this field.
Edit user.css:
input[title]:before {
content: attr(title) ": ";
font-weight: bold;
}
--Kynn
--
Kynn Bartlett < <EMAIL REMOVED> >
Writer, Web Developer, Photographer, Game Designer
Tucson, Arizona
http://kynn.com
- Next message: Jim Thatcher: "RE: Adding a label to search box"
- Previous message: Jukka K. Korpela: "Re: Question about guideline 31 for Accessible and UsableWeb Sites"
- Next message in Thread: Jim Thatcher: "RE: Adding a label to search box"
- Previous message in Thread: Christian Heilmann: "Re: Adding a label to search box"
- View all messages in this Thread