[CSS] Rendre un input type radio ou checkbox invisible mais cliquable
Simulation jsFiddle.net Source : make an input invisible but clickable through CSS?
1 2 3 |
input { opacity: 0; } |
Changer les dimensions d’un input type radio ou checkbox Sources : How… Lire la suite »[CSS] Rendre un input type radio ou checkbox invisible mais cliquable