【发布时间】:2015-10-21 20:36:05
【问题描述】:
当鼠标悬停在 SVG 精灵作为背景图像时,我遇到了从一个图标淡入到另一个图标的问题。
#About1 a {
background: url(../_images/Center_Nav.svg) no-repeat center -788px;
}
#About1 a:hover {
background: url(../_images/Center_Nav.svg) no-repeat center -888px;
}
我尝试了在网上找到的不同方法,但没有任何效果,我错过了什么?
【问题讨论】: