CheckboxSelectMultiple's list of checkboxes is using attribute-free label tags:
u'<li><label>%s %s</label></li>' (django/newforms/widgets.py:292) On Jul 12, 10:10 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-07-12 at 07:05 +0000, [EMAIL PROTECTED] wrote: > > Hi. > > > <label> without 'for' works ok with FireFox, but when it comes to IE > > 6/7, it does not work. > > What do you mean by "does not work"? What actually fails? > > This is another case of the IE developers apparently not being able to > read the HTML specifcations (the 'for' attribute is entirely optional on > a 'label' element), so it would be good to know what problem we actually > have to work around. > > Regards, > Malcolm > > -- > How many of you believe in telekinesis? Raise my > hand...http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

