这是我在 style.css 中与图像和悬停图像相关的代码。
#gallery_prettyphoto.portfolio a span
{
z-index: 2000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 98%;
display: none;
cursor: pointer;
}
.portfolio .gallery_2columns a span.image_hover
{background: black url("images/gallery_hover/hover_image_big.png") no-repeat center center;
}
一切都很好,直到我将主题更新到新版本。我检查了 hover_image_big.png 是否丢失,不,文件在那里。