For checkbox below:
<INPUT tabIndex=13 style="HEIGHT: 14px; WIDTH: 14px; LEFT: 114px; TOP: 424px; BACKGROUND-COLOR: #ff9999" type=checkbox value=false>
IN IE10/IE11 with document mode IE5 quirks, it just displays a box, while in IE8 with default document mode quirks, it displays a box with red border.
What's the reason?
Can anyone help to answer this question?