topic description
I can make it possible to display a different picture on each tab, but how can I go one step further so that each Tab displays one picture in its normal state and another picture in the selected state?
sources of topics and their own ideas
when I meet this requirement when I am working on a project again, I have no idea
related codes
/ / Please paste the code text below (do not replace the code with pictures)
< ul class= "tabClick" >
<li class="active">
<img src="img/icon/data.png" alt="">
</li>
<li>
<img src="img/icon/kc.png" alt="">
</li>
<li>
<img src="img/icon/ls.png" alt="">
</li>
</ul>
js
what result do you expect? What is the error message actually seen?
I hope I can give a hint.