Using the javascript:
$(document).ready(function() {
$(".fancybox").fancybox({
helpers: {
overlay: {
opacity: 0.4,
css: {
'background-color': '#FFF'
}
}
}
});
});
However the height of the background on the overlay is staying at 0. Click here to see
The version of your fancybox js file is
2.0.6but your fancybox css file is forv2.0.5. Upgrade your fancybox css file to v2.0.6 and problem solved.