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 checkbox or option.
It should do. Have you properly associated the label with the input by giving the input a unique id and using it in the for attribute of the label? -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
