图像在悬停时闪烁?

时间:2014-10-16 12:39:45

标签: jquery html css

请参阅此页:http://georgewoolfe.com/new-website/works.html

有三张图像使用以下CSS在悬停时更改颜色:

#chorus {
    background: url('../images/work-icons/icon-chorus to size BW.jpg');
    height: 85px;
    left: 30px;
    position: absolute;
    top: 86px;
    width: 113px;
    display: block;
}

span:hover #chorus {
    background: url('../images/work-icons/chorus-icon to size.jpg');
    border-bottom: none;
}

当他们第一次盘旋时,他们会略微闪烁。如何防止这种初始闪烁?

0 个答案:

没有答案