hi!
thanks in advance and thank you for your wonderful theme!
i ve got an image for the logo of the site that it is 212×200. i want when i put the mouse over to show instead of the first part of the image the second part that it is on 100px (from top):
on the previous site i had this code and it was working:
#logo {
background: url(img/logo.png) no-repeat;
display: block;
width: 212px;
height: 100px;
position: absolute;
left: 26px;
top: 10px;
}
#logo:hover {
background-position: 0 -100px;
}
where should i go and put the “:hover {}” so it can work here also with mantra theme?
thanks