Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
<section>
<input type="text" value=" "/>
<input type="text" value=" "/>
<input type="text" value=" "/>
<hr/>
<article>Text 1</article>
<article>Text 2</article>
<article>Text 3</article>
</section>
input
{
text-indent: -999999px;
cursor: pointer;
border: 0;
outline: none;
background: #0F0;
width: 50px;
}
input:focus
{
background: #F00;
}
input:focus + input + input + hr + article,
input:focus + input + hr + article + article,
input:focus + hr + article + article + article
{
display: block;
}
article
{
display: none;
}
/* Hack for Webkit */
section {-webkit-animation: 0.1s hack infinite}
@-webkit-keyframes hack{from{margin:0;padding:0}to{margin:0;padding:0}}
#tab1:checked ~ article:nth-of-type(1),
#tab2:checked ~ article:nth-of-type(2),
#tab3:checked ~ article:nth-of-type(3),
#tab4:checked ~ article:nth-of-type(4) {
display: block;
}
<input type="radio" id="tab1" name="radiobutton" checked="checked"/>
<label for="tab1" class="tabs">qutIM 0.1</label>
...
<article class="contenttab" tabcontent="tab1">
qutIM 0.1 — Однопротокольный клиент, вышедший в 2008 году.
</article>
#tab1:checked ~ [tabcontent="tab1"],
#tab2:checked ~ [tabcontent="tab2"],
#tab3:checked ~ [tabcontent="tab3"],
#tab4:checked ~ [tabcontent="tab4"] {
display: block;
}
Поговорим про :checked