HTML tab interface using only CSS

前端 未结 4 438
庸人自扰
庸人自扰 2020-12-03 16:46

is it possible to create a tabbed interface using just css, no javascript? I mean to be able to switch the tabs using css/html, without javascript. Maybe with CSS 3.0?

4条回答
  •  独厮守ぢ
    2020-12-03 16:52

    In pure CSS3 you can use the :target selector to achieve a "tabbed interface".
    Just google "tab css3 :target". Here's a tutorial about it.

提交回复
热议问题