I am creating a menu that each item has a text and in hover an email replaces. So I do not know how to remove the text in hover.
here is my code so far:
#home {
font: 30px 'LeagueGothicRegular', Arial, sans-serif;
color: #f9f8cc;
}
#home:hover {
background:url(style/images/icon/home.png) #FFF;
background-size: 83px 56px;
}