问题
Starting from this project on CodePen
I need to modify it since I cannot use any kind of input tag:
I presume that no other tag has the :checked pseudo class, and therefore have to find another solution
Googleing I understood that solution is in the :target pseudo class but this project is quite complicated for my simple mind,
And although I "transformed" the <input> in <labels> and the :checked in :target, "my" latest solution works but not fully:
Main issue I cannot fix is autoplay: how can I solve?
Thanks
Joe
来源:https://stackoverflow.com/questions/43091849/pure-css-slider-with-navigation-and-without-inputs-tag