(forgot to send to list - please add reply-to to list settings :))

Fred Drake wrote:
> I have an application where I need a structure like this:
> 
>   <a href="#">
>     <input type="checkbox" name="foo" />
>     Some label here.
>   </a>
> 
> The reason for the anchor is that I want MSIE 6 to support "hovering"
> behavior for styling purposes.

This is where I don't follow. You want to break HTML compliance for
visual effects? Effects that could easily be achieved with some
onmouseover-, onmouseout-callbacks? And then you want to fix your easy
workaround with strange javascript? I would fix the cause, not the
sideeffect :)

-- 
Morten Barklund


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to