I am using some thing like this in css
input[type=radio]:checked + label { color:#121212 }
the problem is this the checked property is not working in Internet-Explorer-8 and 7.
ifI use like this
input[type=radio] + label { color:$888888 }
its working properly
Please tell me alternate of this