I am using this http://fancybox.net/
Is there a way to add a property to not show the close \"X\" button on top right? I mean I can use \'callbackOnShow\' to hide it in
You can add the following in ... .fancybox-close {display:none; }
.fancybox-close {display:none; }
But it is advisable only if the same fancybox is a popup which will automatically disappear after some time (using $.fancybox.close();)
$.fancybox.close();