<input type="checkbox" id="example" name="example"/><label for="example"><img src="example.gif" /></label>
if (window.navigator.userAgent.indexOf('MSIE') >= 0) { $("label img").live("click", function() { $("#" + $(this).parents("label").attr("for")).click(); }); }