Monday, 26 August 2013

change opacity on radio button checked

change opacity on radio button checked References I have this html: this is my css: .fakeRadio input[type=radio]:checked + .fakeRadio.active { opacity:0.5; } for some reason the fakeRadio active class don\'t get the opacity,any idea why?

No comments:

Post a Comment