I want replace default close button in Fancybox 1.3.4 with custom one.
I’ve changed CSS as follows, but button not showing.
#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;
}
Can someone help with this issue?
OK, this is solved. Just need to be specified correct path to image.