Pure CSS Slider with Navigation and without inputs tag

二次信任 提交于 2019-12-08 07:33:40

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!