Relative Content

Tag Archive for htmlcssradio-buttontarget

Open radio button with just css

I’m trying to make a radio button open with css:
I have a radio button1 and a radio button2.
In radio button 2 l
have a content that I would like to highlight.
In the radio button 1 with css target and in the html – a href=”#example”- /a
highlight in the radio button2 -div
id=”example” :
/div-
But I can’t, the redio button doesn’t click itself, and I can’t use js.
ideas?