3
Hello I want a help in this CSS code I want that when the person hovers over the ngç, the icon (image ex:heart) appears and when mouse leaves that place the icon (image ex:heart) sum, I tried display:None but it did not work
here is the css:
.ask-data .action a.ask-share, .ask-data .action a.ask-like {
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 10px;
font-weight: normal;
line-height: 14px;
padding: 5px 4px 4px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
}
.ask-data i.like {
background-image: url("../img/ask.png?x=2");
background-position: -73px -93px;
}
.ask-data i.like:hover {
background-image: url("../img/ask.png?x=2");
background-position: -73px -108px;
}
Might explain your problem better
– Marcelo Batista
@Marcelobatista Yes, look I have a site in it has an icon and a flag, I want to make it disappear and appear when someone hovers over, tendeu?
– Megatorial
What is "ngç," you have HTML, can make things easier.
– hugocsl
@hugocsl want to do that even this site askmee.Tk/zero0 the flag in the question hovers over see how it appears
– Megatorial