How to make the checkboxes work in ie 7 and 8

cybercrime

New Member
Basically in the form when you click on the image, it should also check the box. This works in in all browsers but IE7 and IE8. Anyone have any ideas? \[code\]<form><input type="checkbox" name="interest1" id="interest1" value="http://stackoverflow.com/questions/13868471/x"><input type="checkbox" name="interest2" id="interest2" value="http://stackoverflow.com/questions/13868471/x"><input type="checkbox" name="interest3" id="interest3" value="http://stackoverflow.com/questions/13868471/x"></p> <p align="center"><label for="interest1"><img src="http://stackoverflow.com/images/interest1.jpg" width="152" height="152" alt="" /></label><label for="interest2"><img src="http://stackoverflow.com/images/interest2.jpg" width="152" height="152" alt="" /></label><label for="interest3"><img src="http://stackoverflow.com/images/interest.jpg" width="152" height="152" alt="" /></label></P><!-- code making checkbox be an image--></form>\[/code\]
 
Back
Top