Checkbox not checking inside div in Firefox
Posted
by mike
on Stack Overflow
See other posts from Stack Overflow
or by mike
Published on 2009-10-15T20:34:25Z
Indexed on
2010/05/27
8:01 UTC
Read the original article
Hit count: 179
Weird problem. I don't know if anyone can shed some light on this? I have a checkbox inside a div. It works fine in IE but not Firefox. I have to click the space around the checkbox that is occupied by the div (sort of like a label) for the checkbox to tick on and off. Directly clicking the checkbox does not show it as ticked on or off, even though in firebug it is showing that it is in a checked state and an unchecked state.
Only in FF does this happen.....
© Stack Overflow or respective owner