CSS 3 Module <== Test # ==>
W3C Selectors 19 of 65 of the static tests category
Testing Date Revision
:indeterminate pseudo-class (ID #26) 11-july-2001 1.0

the background of this checkbox should be green

the background of this checkbox should be green

the background of this checkbox should be green

input { background-color : red }
input:indeterminate { background-color : lime}
<p>
<input type="checkbox" name="rg" value="1"></input>the background of this checkbox
          should be green<br></br>
<input type="checkbox" name="rg" value="2"></input>the background of this checkbox
          should be green<br></br>
<input type="checkbox" name="rg" value="2"></input>the background of this checkbox
          should be green<br></br>
</p>