Posts by Lucas Lellis • 11 points
1 post
-
1
votes1
answer16
viewsA: Image exchange error on dropdown button
A CSS solution is to use the "Focus" state, thus: .BotaoModulos:hover, .BotaoModulos:focus { background-image: url('../img/icones/new2/modulos_in.png'); background-position: center center;…