无法更改Fancybox关闭按钮

Can not change Fancybox close button

本文关键字:Fancybox 关闭按钮      更新时间:2023-09-26

我想用自定义按钮替换Fancybox 1.3.4中的默认关闭按钮。我更改了CSS如下,但按钮没有显示。

#fancybox_close {
  width: 66px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url('../js/jquery/fancybox/closelabel.gif') 0 0 no-repeat;
}

有人能帮我解决这个问题吗?

好的,这个问题解决了。只需要指定正确的图像路径。