WebAIM - Web Accessibility In Mind

E-mail List Archives

using image as label for radio and checkbox

for

From: yeliu
Date: Mar 22, 2005 5:05AM


During the website implementation, I am facing a problem with the clickable
image label for radio button.

To make it easier for the user to select radio button or checkboxes, we can
use text label by making the whole of the associated text label clickable.
That works fine for all browsers.

But we would like to just display small image as label and hide text label for
each radio button. The problem is: the image label is only clickable in
Mozilla based browsers but not in IE6, do you have any good non-javascript
solutions?

thank you,

ye