HTML checkbox - cross browser issue
问题 I have a input - checkbox nested in elements and it shows okay in FF and chrome, but appears differently in IE8/9. The below nested structure is required as it has lots of other elements in it as well, which I just removed for the sake of clarity. http://jsfiddle.net/D47jL/1/ HTML: <div class="fieldwrapper"> <div class="field"> <div id="acc"> <label> <input type="checkbox"/> </label> </div> </div> </div> CSS: .fieldwrapper .field input, { border: 1px solid #41403E; } .fieldwrapper .field