tee wrote:
Thanks Rob, and David.
If the label and the checkbox or select have matching 'for' and 'id'
attributes they should be getting focus when clicked. As far as the
value label:hover goes I tend not to make labels change colour on
hover as they may be misinterpreted as links. If you
Thanks Rob, and David.
If the label and the checkbox or select have matching 'for' and 'id'
attributes they should be getting focus when clicked. As far as the
value label:hover goes I tend not to make labels change colour on
hover as they may be misinterpreted as links. If you want peop
tee wrote:
I use "label:hover" for a site, it's working fine when there is one
input field or radio button. But it's creating a confusion for client
on checkboxes and select option as clicking on the label text trigger
no focus /selection on checkbox or option.
One oversight I did that added
On Sat, Jan 31, 2009 at 02:12:31PM -0800, tee wrote:
> I use "label:hover" for a site, it's working fine when there is one
> input field or radio button. But it's creating a confusion for client
> on checkboxes and select option as clicking on the label text trigger
> no focus /selection on c
I use "label:hover" for a site, it's working fine when there is one
input field or radio button. But it's creating a confusion for client
on checkboxes and select option as clicking on the label text trigger
no focus /selection on checkbox or option.
One oversight I did that added extra co