Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I added the following code to the end of Fancybox script, but it does not show 'Close' link below the image, nor disable default CloseButton.

$(document).ready(function() {

function formatTitle(title, currentArray, currentIndex, currentOpts) {
return '<div id="tip7-title"><span><a href="javascript:$.fancybox.close()">Close &#215;</a></span>' + ( title && title.length ? title : '' ) + '</div>';
}

$(".tip7").fancybox({
'showCloseButton'   : false,
'titlePosition'     : 'inside',
'titleFormat'       : formatTitle
});

});

Any ideas?

share|improve this question
What version of fancyBox are you using? – Janis Feb 10 '12 at 20:27
jquery.fancybox-1.3.4 – Lexx Luxx Feb 12 '12 at 13:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.